FxDashedDivider constructor

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

Implementation

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