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