BorderSide constructor
const
BorderSide({
- BorderStyle? style = BorderStyle.solid,
- Color? color,
- Unit? width,
Create a border side with the given style, color, and width.
Implementation
const BorderSide({this.style = BorderStyle.solid, this.color, this.width});