TextStyle

constructor(    @AnyRes fontResource: Int = UNSET_FONT_RESOURCE,     fontAssetsPath: String? = null,     style: Int = Typeface.NORMAL,     @Px size: Int = UNSET_SIZE,     @ColorInt color: Int = UNSET_COLOR,     hint: String = UNSET_HINT,     @ColorInt hintColor: Int = UNSET_HINT_COLOR,     defaultFont: Typeface = Typeface.DEFAULT)