backgroundColor property Null safety
final
Default value for SnackBar.backgroundColor.
If null, SnackBar defaults to dark grey: Color(0xFF323232)
.
Implementation
final Color? backgroundColor;
Default value for SnackBar.backgroundColor.
If null, SnackBar defaults to dark grey: Color(0xFF323232)
.
final Color? backgroundColor;