selectedBorderColor property
final
The border color to display when the toggle button is selected.
If this property is null, then ToggleButtonTheme.of(context).selectedBorderColor is used. If ToggleButtonsThemeData.selectedBorderColor is also null, then Theme.of(context).colorScheme.primary is used.
Implementation
final Color? selectedBorderColor;