GTFDivider.cellLight constructor

const GTFDivider.cellLight({
  1. Key? key,
  2. double? height = 0.5,
  3. double dashWidth = 0,
  4. double spaceWidth = 2,
  5. EdgeInsets margin = EdgeInsets.zero,
  6. Color? color = GTFColor.white20,
})

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);