SelectionModel constructor

SelectionModel({
  1. int? index,
  2. int? length,
})

SelectionModel a model class constructor for selection range

Implementation

SelectionModel({this.index, this.length});