style property
The style of the label. Defaults to
theme.textTheme.muted.copyWith(
color: theme.colorScheme.foreground,
fontSize: 16,
height: 24 / 16,
),
Implementation
final TextStyle? style;
The style of the label. Defaults to
theme.textTheme.muted.copyWith(
color: theme.colorScheme.foreground,
fontSize: 16,
height: 24 / 16,
),
final TextStyle? style;