textStyle property
TextStyle
get
textStyle
Implementation
TextStyle get textStyle => textColor != null
? AppTextStyles.label(textColor!)
: isSelected
? AppTextStyles.blackLabel
: AppTextStyles.whiteLabel;