style property

TextStyle? style
final

The style of the label. Defaults to

theme.textTheme.muted.copyWith(
  color: theme.colorScheme.foreground,
  fontSize: 16,
  height: 24 / 16,
),

Implementation

final TextStyle? style;