Border constructor

Border({
  1. Color? color,
  2. double? width,
})

Implementation

Border({
  this.color,
  this.width,
});