NomoCardSizingData constructor
const
NomoCardSizingData({
- double elevation = 1.0,
- Offset offset = Offset.zero,
- BorderRadiusGeometry borderRadius = BorderRadius.zero,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- 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,
});