setInputDecoration property

InputDecoration Function({Color? enableColor, Color? fillColor, Color? focusBorderColor, String? hint, Color? hintColor, double? hintSize, String? label, EdgeInsets? padding, Widget? prefixIcon, Widget? prefixWidget, BorderRadius? radius, Widget? suffixIcon, Widget? suffixWidget}) setInputDecoration
getter/setter pair

Implementation

static late InputDecoration Function({
  String? label,
  String? hint,
  Widget? prefixIcon,
  Color? hintColor,
  Color? fillColor,
  Widget? suffixIcon,
  Widget? suffixWidget,
  Widget? prefixWidget,
  EdgeInsets? padding,
  BorderRadius? radius,
  Color? focusBorderColor,
  Color? enableColor,
  double? hintSize,
}) setInputDecoration;