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