InputBorderStyle constructor
InputBorderStyle({
- BorderType borderType = BorderType.none,
- BorderRadius radius = BorderRadius.zero,
- Color color = const Color(0xFF000000),
- double width = 1,
- double gapPadding = 4,
- BorderStyle style = BorderStyle.solid,
- double strokeAlign = BorderSide.strokeAlignInside,
Implementation
InputBorderStyle({
this.borderType = BorderType.none,
this.radius = BorderRadius.zero,
this.color = const Color(0xFF000000),
this.width = 1,
this.gapPadding = 4,
this.style = BorderStyle.solid,
this.strokeAlign = BorderSide.strokeAlignInside,
});