Border constructor

Border({
  1. Color color = Colors.white,
  2. int width = 1,
  3. BorderStyle style = BorderStyle.solid,
})

Implementation

Border({this.color=Colors.white, this.width=1, this.style=BorderStyle.solid});