PointModel constructor

PointModel(
  1. double? width,
  2. Widget? child, {
  3. bool? isCurrent = false,
})

Implementation

PointModel(this.width, this.child, {this.isCurrent = false});