BorderSide.dotted constructor

const BorderSide.dotted({
  1. Color? color,
  2. Unit? width,
})

Create a BorderStyle.dotted border side with the given color and width.

Implementation

const BorderSide.dotted({this.color, this.width}) : style = BorderStyle.dotted;