FdcGridCellIndicator constructor
const
FdcGridCellIndicator({
- bool visible = true,
- FdcGridCellIndicatorMode mode = FdcGridCellIndicatorMode.line,
- FdcGridCellIndicatorStyle style = const FdcGridCellIndicatorStyle(),
- FdcErrorIndicatorOptions errorIndicator = const FdcErrorIndicatorOptions(),
Creates a FdcGridCellIndicator.
Implementation
const FdcGridCellIndicator({
this.visible = true,
this.mode = FdcGridCellIndicatorMode.line,
this.style = const FdcGridCellIndicatorStyle(),
this.errorIndicator = const FdcErrorIndicatorOptions(),
});