LineStyle constructor

LineStyle({
  1. String? type,
  2. int? width,
})

Implementation

LineStyle({
  this.type,
  this.width,
});