titleStyle property
Implementation
final titleStyle = TextStyle(
fontSize: 16.0,
fontWeight: FontWeight.w700,
fontFamily: 'sf_ui',
color: MirrorflyUikit.getTheme?.textPrimaryColor ?? textHintColor);
final titleStyle = TextStyle(
fontSize: 16.0,
fontWeight: FontWeight.w700,
fontFamily: 'sf_ui',
color: MirrorflyUikit.getTheme?.textPrimaryColor ?? textHintColor);