FdcGridCellIndicatorStyle constructor
const
FdcGridCellIndicatorStyle({
- Color? readOnlyColor,
- Color? editableColor,
- Color? editingColor,
- double? thickness,
- BorderRadius? borderRadius,
Creates a FdcGridCellIndicatorStyle.
Implementation
const FdcGridCellIndicatorStyle({
this.readOnlyColor,
this.editableColor,
this.editingColor,
this.thickness,
this.borderRadius,
});