LineModel constructor

LineModel({
  1. Color color = Colors.red,
  2. double width = 5,
})

Implementation

LineModel({this.color = Colors.red, this.width = 5});