FormCardStyle constructor
const
FormCardStyle({
- ShapeBorder? shape,
- EdgeInsetsGeometry? margin,
- Color? color,
- double? elevation,
- EdgeInsetsGeometry? padding,
- TextStyle? style,
- BoxConstraints? constraints,
Implementation
const FormCardStyle({
this.shape,
this.margin,
this.color,
this.elevation,
this.padding,
this.style,
this.constraints,
});