EmptyPointSettings constructor
EmptyPointSettings({
- Color color = Colors.grey,
- EmptyPointMode mode = EmptyPointMode.gap,
- Color borderColor = Colors.transparent,
- double borderWidth = 0,
Creating an argument constructor of EmptyPointSettings class.
Implementation
EmptyPointSettings(
{this.color = Colors.grey,
this.mode = EmptyPointMode.gap,
this.borderColor = Colors.transparent,
this.borderWidth = 0});