FormeMaterialConfiguration constructor

const FormeMaterialConfiguration({
  1. bool borderOnForeground = true,
  2. Clip clipBehavior = Clip.none,
  3. ShapeBorder? shape,
  4. BorderRadiusGeometry? borderRadius,
  5. TextStyle? textStyle,
  6. Color? shadowColor,
  7. Color? color,
  8. MaterialType type = MaterialType.canvas,
  9. double elevation = 4,
  10. Duration animationDuration = kThemeChangeDuration,
})

Implementation

const FormeMaterialConfiguration({
  this.borderOnForeground = true,
  this.clipBehavior = Clip.none,
  this.shape,
  this.borderRadius,
  this.textStyle,
  this.shadowColor,
  this.color,
  this.type = MaterialType.canvas,
  this.elevation = 4,
  this.animationDuration = kThemeChangeDuration,
});