NomoSnackBarThemeData constructor
const
NomoSnackBarThemeData({
- Color backgroundColor = Colors.white,
- Color foregroundColor = Colors.black,
- double elevation = 0.0,
- BorderSide border = BorderSide.none,
- double height = 64.0,
- EdgeInsetsGeometry margin = const EdgeInsets.all(16),
- double spacing = 12.0,
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(8.0)),
Implementation
const NomoSnackBarThemeData({
this.backgroundColor = Colors.white,
this.foregroundColor = Colors.black,
this.elevation = 0.0,
this.border = BorderSide.none,
this.height = 64.0,
this.margin = const EdgeInsets.all(16),
this.spacing = 12.0,
this.borderRadius = const BorderRadius.all(Radius.circular(8.0)),
});