GBInputWrapper constructor
const
GBInputWrapper({
- Key? key,
- required Widget child,
- String? label,
- Widget? labelWidget,
- bool appendColonToLabel = true,
- TextStyle? labelStyle,
- String? errorText,
- bool hasError = false,
- List<
InputFeedbackText> ? feedback, - WrapWidgetBuilder? innerBoxWrapper,
- BoxConstraints? constraints,
Implementation
const GBInputWrapper({
super.key,
required this.child,
this.label,
this.labelWidget,
this.appendColonToLabel = true,
this.labelStyle,
this.errorText,
this.hasError = false,
this.feedback,
this.innerBoxWrapper,
this.constraints,
});