FdcGridResolvedCellIndicatorStyle constructor

const FdcGridResolvedCellIndicatorStyle({
  1. required Color color,
  2. required double thickness,
  3. BorderRadius? borderRadius,
})

Implementation

const FdcGridResolvedCellIndicatorStyle({
  required this.color,
  required this.thickness,
  this.borderRadius,
});