BorderSide.dashed constructor
Create a BorderStyle.dashed border side with the given color and width.
Implementation
const BorderSide.dashed({this.color, this.width}) : style = BorderStyle.dashed;
Create a BorderStyle.dashed border side with the given color and width.
const BorderSide.dashed({this.color, this.width}) : style = BorderStyle.dashed;