InputBorderStyle constructor

InputBorderStyle({
  1. Color? color,
  2. double width = 1.0,
})

Implementation

InputBorderStyle({
  this.color,
  this.width = 1.0,
});