NikuInputBorder constructor
NikuInputBorder({
- double? width,
- double? radius,
- BorderStyle? style,
- Color? color,
- double? gapPadding,
- BorderRadius? borderRadius,
- NikuInputBorderType? type = NikuInputBorderType.Underline,
Implementation
NikuInputBorder({
this.width,
this.radius,
this.style,
this.color,
this.gapPadding,
this.borderRadius,
this.type = NikuInputBorderType.Underline,
});