outlinedButtonSchemeColor property

SchemeColor? outlinedButtonSchemeColor
final

Defines which Theme based ColorScheme based color, that the OutlinedButton use as its main 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? outlinedButtonSchemeColor;