FormIconButtonStyle constructor

const FormIconButtonStyle({
  1. Color? backgroundColor,
  2. double? height,
  3. double? width,
  4. double elevation = 2.0,
  5. ShapeBorder? shape,
  6. double? iconSize,
  7. Color? iconColor,
  8. Color? backgroundColorDisabled,
  9. Color? iconColorDisabled,
})

Implementation

const FormIconButtonStyle({
  this.backgroundColor,
  this.height,
  this.width,
  this.elevation = 2.0,
  this.shape,
  this.iconSize,
  this.iconColor,
  this.backgroundColorDisabled,
  this.iconColorDisabled,
});