OColorBoxBorder constructor

const OColorBoxBorder({
  1. Color? color,
  2. double width = 2.0,
  3. double radius = 100.0,
})

Creates an instance of OColorBoxBorder

Implementation

const OColorBoxBorder({
  this.color,
  this.width = 2.0,
  this.radius = 100.0,
});