All Style Customization
data class AllStyleCustomization(@ColorRes var textColor: Int? = null, @FontRes var textFont: Int? = null, @ColorRes var tint: Int? = null)
General customization for all elements that could be overridden by specific element customisation
Parameters
text Color
Text color resource reference.
text Font
Text font resource reference.
tint
Color tint resource reference.