borderColor property Null safety
final
The color used as the border around each widget.
Defaults to CupertinoTheme's primaryColor
if null.
Implementation
final Color? borderColor;
The color used as the border around each widget.
Defaults to CupertinoTheme's primaryColor
if null.
final Color? borderColor;