BorderScheme constructor

const BorderScheme({
  1. Color? borderColor,
  2. Dim? borderWidth,
  3. Dim? fieldHoverBorderWidth,
  4. Dim? focusBorderWidth,
  5. Dim? errorBorderWidth,
})

Implementation

const BorderScheme({
  this.borderColor,
  this.borderWidth,
  this.fieldHoverBorderWidth,
  this.focusBorderWidth,
  this.errorBorderWidth,
});