EmptyPointSettings constructor

EmptyPointSettings({Color color: Colors.grey, EmptyPointMode mode: EmptyPointMode.gap, Color borderColor: Colors.transparent, double borderWidth: 0 })

Implementation

EmptyPointSettings(
    {this.color = Colors.grey,
    this.mode = EmptyPointMode.gap,
    this.borderColor = Colors.transparent,
    this.borderWidth = 0});