switchBorder property

BoxBorder? switchBorder
final

The border of the switch.

This property will give a uniform border to both states of the toggle

If the activeSwitchBorder or inactiveSwitchBorder is used, this property must be null.

Implementation

final BoxBorder? switchBorder;