DimensionCellStyle constructor
DimensionCellStyle({})
Implementation
DimensionCellStyle({
this.tipSpace = 0,
this.padding = EdgeInsets.zero,
this.borderColor = defaultColor,
this.borderWidth = 1,
this.backgroundColor = defaultColor,
this.offset = Offset.zero,
this.borderRadius,
});