NomoSnackBarSizingData constructor

const NomoSnackBarSizingData({
  1. double height = 64.0,
  2. EdgeInsetsGeometry margin = const EdgeInsets.all(16),
  3. double spacing = 12.0,
})

Implementation

const NomoSnackBarSizingData({
  this.height = 64.0,
  this.margin = const EdgeInsets.all(16),
  this.spacing = 12.0,
});