ItemStyle constructor

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

Implementation

const ItemStyle({
  this.color,
  this.shadowColor,
  this.shape,
  this.borderOnForeground,
  this.clipBehavior,
  this.animationDuration,
  this.type,
  this.elevation,
  this.borderRadius,
  this.textStyle,
});