brandStyle property

TextStyle get brandStyle

Implementation

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