utils/defaultInputDecoration library

Functions

defaultInputDecotation({String? hintText, Text? label, String? labeltext, String? prefixText, String? suffixText, String? errorText, Widget? prefixIcon, Widget? suffixIcon, String counterText = '', Color? fillColor, bool enabled = true, TextStyle? hintStyle, TextStyle? floatingLabelStyle, FloatingLabelBehavior? floatingLabelBehavior, FloatingLabelAlignment? floatingLabelAlignment, Icon? icon}) InputDecoration
This is a default implementation of InputDecoration that can be used as a base for custom InputDecoration