borderColor property

Color? borderColor
final

Border color of the switch.

Defaults to ThemeData.colorScheme.secondary.

For deactivating please set this to Colors.transparent.

Implementation

final Color? borderColor;