NomoSnackBarSizingDataNullable constructor
const
NomoSnackBarSizingDataNullable({
- double? height,
- EdgeInsetsGeometry? margin,
- double? spacing,
Implementation
const NomoSnackBarSizingDataNullable({
this.height,
this.margin,
this.spacing,
});