DashedLine constructor

const DashedLine(
  1. {Key? key,
  2. double height = 1,
  3. Color color = gray_Color}
)

Implementation

const DashedLine({Key? key, this.height = 1, this.color = gray_Color})
    : super(key: key);