outlinedButtonOutlineSchemeColor property

SchemeColor? outlinedButtonOutlineSchemeColor
final

Defines which Theme based ColorScheme based color, that the OutlinedButton uses as its outline color.

If useMaterial3 is false, and the outlinedButtonOutlineSchemeColor is not defined, the outlinedButtonSchemeColor is used as default button outline color, following M2 style.

If useMaterial3 is true, and the outlinedButtonOutlineSchemeColor is not defined, the ColorScheme.outline is used as default button outline color in M3 style.

Implementation

final SchemeColor? outlinedButtonOutlineSchemeColor;