FuDashedDivider constructor

const FuDashedDivider({
  1. double height = 1,
  2. Color color = Colors.black,
  3. double dashWidth = 10,
  4. double dashSpace = 10,
})

Implementation

const FuDashedDivider(
    {this.height = 1,
    this.color = Colors.black,
    this.dashWidth = 10,
    this.dashSpace = 10});