RDottedLineBorderSide constructor

const RDottedLineBorderSide({
  1. double dottedLength = 5,
  2. double dottedSpace = 5,
  3. Color color = const Color(0xFF000000),
  4. double width = 1.0,
  5. BorderStyle style = BorderStyle.solid,
})

Implementation

const RDottedLineBorderSide(
    {this.dottedLength = 5,
    this.dottedSpace = 5,
    super.color = const Color(0xFF000000),
    super.width = 1.0,
    super.style = BorderStyle.solid});