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