brandStyle property
TextStyle
get
brandStyle
Implementation
TextStyle get brandStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 12,
color: theme.onSurfaceMuted,
);
TextStyle get brandStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 12,
color: theme.onSurfaceMuted,
);