toggleButtonsBorderSchemeColor property

SchemeColor? toggleButtonsBorderSchemeColor
final

Defines which Theme based ColorScheme based color the ToggleButtons use as its border themed color.

If not defined it defaults to toggleButtonsSchemeColor in M2 mode, in M3 it will result in SchemeColor.outline being used as fallback.

Implementation

final SchemeColor? toggleButtonsBorderSchemeColor;