borderColor property Null safety
final
Define the color border around the button.
borderColor: Colors.amber
borderColor: Colors.green
Implementation
final Color? borderColor;
Define the color border around the button.
borderColor: Colors.amber
borderColor: Colors.green
final Color? borderColor;