FdcGridCellIndicatorStyle constructor

const FdcGridCellIndicatorStyle({
  1. Color? readOnlyColor,
  2. Color? editableColor,
  3. Color? editingColor,
  4. double? thickness,
  5. BorderRadius? borderRadius,
})

Implementation

const FdcGridCellIndicatorStyle({
  this.readOnlyColor,
  this.editableColor,
  this.editingColor,
  this.thickness,
  this.borderRadius,
});