BoxBorder constructor
      const
      BoxBorder({ 
    
    
- double width = 1.0,
- String color = '#000000',
- BorderStyle style = BorderStyle.solid,
Implementation
const BoxBorder({
  this.width = 1.0,
  this.color = '#000000',
  this.style = BorderStyle.solid,
});