BorderStyle constructor

const BorderStyle({
  1. bool paint = true,
  2. List<num>? pattern,
  3. int phase = 0,
})

Implementation

const BorderStyle({
  this.paint = true,
  this.pattern,
  this.phase = 0,
});