GTFDivider.cellLight constructor
const
GTFDivider.cellLight({})
Implementation
const GTFDivider.cellLight({
Key? key,
this.height = 0.5,
this.dashWidth = 0,
this.spaceWidth = 2,
this.margin = EdgeInsets.zero,
this.color = GTFColor.white20,
}) : super(key: key);