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