NomoCardSizingData constructor

const NomoCardSizingData({
  1. double elevation = 1.0,
  2. Offset offset = Offset.zero,
  3. BorderRadiusGeometry borderRadius = BorderRadius.zero,
  4. EdgeInsetsGeometry padding = EdgeInsets.zero,
  5. EdgeInsetsGeometry margin = EdgeInsets.zero,
})

Implementation

const NomoCardSizingData({
  this.elevation = 1.0,
  this.offset = Offset.zero,
  this.borderRadius = BorderRadius.zero,
  this.padding = EdgeInsets.zero,
  this.margin = EdgeInsets.zero,
});