BorderSide.double constructor

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

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

Implementation

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