DotDecoration constructor

const DotDecoration({
  1. BorderRadius borderRadius = BorderRadius.zero,
  2. Color color = Colors.white,
  3. DotBorder dotBorder = DotBorder.none,
  4. double verticalOffset = 0.0,
  5. double rotationAngle = 0.0,
  6. double width = 8,
  7. double height = 8,
})

Implementation

const DotDecoration(
    {this.borderRadius = BorderRadius.zero,
    this.color = Colors.white,
    this.dotBorder = DotBorder.none,
    this.verticalOffset = 0.0,
    this.rotationAngle = 0.0,
    this.width = 8,
    this.height = 8});