FdcGridCellIndicator constructor

const FdcGridCellIndicator({
  1. bool visible = true,
  2. FdcGridCellIndicatorMode mode = FdcGridCellIndicatorMode.line,
  3. FdcGridCellIndicatorStyle style = const FdcGridCellIndicatorStyle(),
  4. FdcErrorIndicatorOptions errorIndicator = const FdcErrorIndicatorOptions(),
})

Implementation

const FdcGridCellIndicator({
  this.visible = true,
  this.mode = FdcGridCellIndicatorMode.line,
  this.style = const FdcGridCellIndicatorStyle(),
  this.errorIndicator = const FdcErrorIndicatorOptions(),
});