Border constructor
Border({
- Color color = Colors.white,
- int width = 1,
- BorderStyle style = BorderStyle.solid,
Implementation
Border({this.color=Colors.white, this.width=1, this.style=BorderStyle.solid});