BorderSideAttribute constructor

const BorderSideAttribute({
  1. Color? color,
  2. double? width,
  3. BorderStyle? style,
})

Implementation

const BorderSideAttribute({
  this.color,
  this.width,
  this.style,
});