ImpactGridView constructor

ImpactGridView({
  1. double? CH,
  2. double? CW,
  3. double? W,
  4. double? H,
  5. List<ImpactGridViewData>? DataLst,
  6. Color? TxtColor,
  7. Color? ContainerClr,
  8. double? TxtFontSize,
  9. double? DescriptionFontSize,
  10. double? BorderRadius,
  11. dynamic Do(
    1. ImpactGridViewData data
    )?,
  12. bool? IsGradient,
  13. List<Color>? GradClr,
  14. TileMode? GradTileMode,
})

Implementation

ImpactGridView({
  this.CH,
  this.CW,
  this.W,
  this.H,
  this.DataLst,
  this.TxtColor,
  this.ContainerClr,
  this.TxtFontSize,
  this.DescriptionFontSize,
  this.BorderRadius,
  this.Do,
  this.IsGradient,
  this.GradClr,
  this.GradTileMode,
});