NomoSnackBarSizingData constructor
const
NomoSnackBarSizingData({
- double height = 64.0,
- EdgeInsetsGeometry margin = const EdgeInsets.all(16),
- double spacing = 12.0,
Implementation
const NomoSnackBarSizingData({
this.height = 64.0,
this.margin = const EdgeInsets.all(16),
this.spacing = 12.0,
});