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