ZdsInputDecoration constructor
- {bool? mandatory,
- EdgeInsets prefixPadding = const EdgeInsets.only(right: 12),
- EdgeInsets suffixPadding = const EdgeInsets.only(left: 12),
- EdgeInsetsGeometry? contentPadding,
- String? labelText,
- String? semanticsLabel,
- bool? alignLabelWithHint,
- InputBorder? border,
- Widget? counter,
- TextStyle? counterStyle,
- String? counterText,
- InputBorder? disabledBorder,
- bool enabled = true,
- InputBorder? enabledBorder,
- InputBorder? errorBorder,
- int? errorMaxLines,
- TextStyle? errorStyle,
- String? errorText,
- Color? fillColor,
- bool? filled,
- FloatingLabelBehavior? floatingLabelBehavior,
- Color? focusColor,
- InputBorder? focusedBorder,
- InputBorder? focusedErrorBorder,
- int? helperMaxLines,
- TextStyle? helperStyle,
- String? helperText,
- int? hintMaxLines,
- TextStyle? hintStyle,
- String? hintText,
- TextDirection? hintTextDirection,
- Color? hoverColor,
- Widget? icon,
- bool? isCollapsed,
- bool? isDense,
- TextStyle? labelStyle,
- Widget? prefixIcon,
- BoxConstraints? prefixIconConstraints,
- TextStyle? prefixStyle,
- String? prefixText,
- String? semanticCounterText,
- BoxConstraints? suffixIconConstraints,
- TextStyle? suffixStyle,
- String? suffixText,
- Widget? prefix,
- Widget? suffix,
- Widget? suffixIcon}
An extension of InputDecoration that applies Zds styling.
Implementation
ZdsInputDecoration