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