ZdsDashedLine constructor

const ZdsDashedLine(
  1. {Key? key,
  2. Widget? child,
  3. Color? color,
  4. double? height,
  5. double? width,
  6. double dottedLength = 5.0,
  7. double space = 3.0,
  8. double strokeWidth = 1.0,
  9. ZdsDashedLineCorner? corner}
)

A widget for creating dashed line or a container

color, strokeWidth, dottedLength, and space must not be null.

Implementation

const ZdsDashedLine