Border constructor
Border({
- Color? color,
- ColorStyle? colorStyle,
- String? style,
- int? width,
Implementation
Border({this.color, this.colorStyle, this.style, this.width});