S360fCard constructor
const
S360fCard({
- required Widget child,
- EdgeInsetsGeometry? margin,
- double elevation = 1.0,
- BorderSide? borderSide,
- EdgeInsetsGeometry? padding,
- BoxConstraints? constraints,
- double? cardBorderRadius,
- Color? cardColor = Colors.white,
- Key? key,
Implementation
const S360fCard({
required this.child,
this.margin,
this.elevation = 1.0,
this.borderSide,
this.padding,
this.constraints,
this.cardBorderRadius,
this.cardColor = Colors.white,
super.key,
});