BorderSide.dashed constructor

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

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

Implementation

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