NikuInputDecoration constructor
NikuInputDecoration({
- Widget? icon,
- Widget? label,
- String? labelText,
- NikuTextStyle? labelStyle,
- NikuTextStyle? floatingLabelStyle,
- String? helperText,
- NikuTextStyle? helperStyle,
- int? helperMaxLines,
- String? hintText,
- NikuTextStyle? hintStyle,
- TextDirection? hintTextDirection,
- int? hintMaxLines,
- String? errorText,
- NikuTextStyle? errorStyle,
- int? errorMaxLines,
- FloatingLabelBehavior? floatingLabelBehavior,
- bool? isDense,
- NikuEdgeInsets? contentPadding,
- bool? isCollapsed,
- Widget? prefixIcon,
- NikuBoxConstraints? prefixIconConstraints,
- Widget? prefix,
- String? prefixText,
- NikuTextStyle? prefixStyle,
- Widget? suffixIcon,
- Widget? suffix,
- String? suffixText,
- NikuTextStyle? suffixStyle,
- NikuBoxConstraints? suffixIconConstraints,
- String? counterText,
- Widget? counter,
- NikuTextStyle? counterStyle,
- bool? filled,
- Color? fillColor,
- Color? focusColor,
- Color? hoverColor,
- NikuInputBorder? errorBorder,
- NikuInputBorder? focusedBorder,
- NikuInputBorder? focusedErrorBorder,
- NikuInputBorder? disabledBorder,
- NikuInputBorder? enabledBorder,
- NikuInputBorder? baseBorder,
- bool? enabled,
- String? semanticCounterText,
- bool? alignLabelWithHint,
- NikuBoxConstraints? constraints,
Implementation
NikuInputDecoration({
this.icon,
this.label,
this.labelText,
this.labelStyle,
this.floatingLabelStyle,
this.helperText,
this.helperStyle,
this.helperMaxLines,
this.hintText,
this.hintStyle,
this.hintTextDirection,
this.hintMaxLines,
this.errorText,
this.errorStyle,
this.errorMaxLines,
this.floatingLabelBehavior,
this.isDense,
this.contentPadding,
this.isCollapsed,
this.prefixIcon,
this.prefixIconConstraints,
this.prefix,
this.prefixText,
this.prefixStyle,
this.suffixIcon,
this.suffix,
this.suffixText,
this.suffixStyle,
this.suffixIconConstraints,
this.counterText,
this.counter,
this.counterStyle,
this.filled,
this.fillColor,
this.focusColor,
this.hoverColor,
this.errorBorder,
this.focusedBorder,
this.focusedErrorBorder,
this.disabledBorder,
this.enabledBorder,
this.baseBorder,
this.enabled,
this.semanticCounterText,
this.alignLabelWithHint,
this.constraints,
});