NomoCardThemeData constructor
const
NomoCardThemeData({
- Color shadowColor = const Color(0x33000000),
- BoxBorder? border = null,
- Color backgroundColor = Colors.white,
- double elevation = 1.0,
- Offset offset = Offset.zero,
- BorderRadiusGeometry borderRadius = BorderRadius.zero,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- EdgeInsetsGeometry margin = EdgeInsets.zero,
Implementation
const NomoCardThemeData({
this.shadowColor = const Color(0x33000000),
this.border = null,
this.backgroundColor = Colors.white,
this.elevation = 1.0,
this.offset = Offset.zero,
this.borderRadius = BorderRadius.zero,
this.padding = EdgeInsets.zero,
this.margin = EdgeInsets.zero,
});