NikuInputBorder constructor

NikuInputBorder({
  1. double? width,
  2. double? radius,
  3. BorderStyle? style,
  4. Color? color,
  5. double? gapPadding,
  6. BorderRadius? borderRadius,
  7. NikuInputBorderType? type = NikuInputBorderType.Underline,
})

Implementation

NikuInputBorder({
  this.width,
  this.radius,
  this.style,
  this.color,
  this.gapPadding,
  this.borderRadius,
  this.type = NikuInputBorderType.Underline,
});