toggleBorder property

BoxBorder? toggleBorder
final

The border of the toggle.

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

If the activeToggleBorder or inactiveToggleBorder is used, this property must be null.

Implementation

final BoxBorder? toggleBorder;