titleTextStyle property
TextStyle?
get
titleTextStyle
Implementation
TextStyle? get titleTextStyle => flutterTheme?.textTheme.titleSmall?.copyWith(
color: foregroundColor,
fontSize: 14,
fontWeight: FontWeight.w500,
height: 1.2,
);