filledButtonSchemeColor property

SchemeColor? filledButtonSchemeColor
final

Defines which Theme based ColorScheme based color the FilledButton use as its base theme color.

If not defined it defaults to theme.colorScheme.primary color via FlexColorScheme sub-theme defaults when opting on its sub themes.

Implementation

final SchemeColor? filledButtonSchemeColor;