FdcGridProgressStyle constructor

const FdcGridProgressStyle({
  1. Color? color,
  2. Color? backgroundColor,
  3. bool? showText,
  4. TextStyle? textStyle,
  5. double? height,
  6. BorderRadiusGeometry? borderRadius,
  7. BoxBorder? border,
})

Implementation

const FdcGridProgressStyle({
  this.color,
  this.backgroundColor,
  this.showText,
  this.textStyle,
  this.height,
  this.borderRadius,
  this.border,
});