FTxDashedDivider constructor

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

Implementation

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