FormCardStyle constructor

const FormCardStyle({
  1. ShapeBorder? shape,
  2. EdgeInsetsGeometry? margin,
  3. Color? color,
  4. double? elevation,
  5. EdgeInsetsGeometry? padding,
  6. TextStyle? style,
  7. BoxConstraints? constraints,
})

Implementation

const FormCardStyle({
  this.shape,
  this.margin,
  this.color,
  this.elevation,
  this.padding,
  this.style,
  this.constraints,
});