setInputDecoration property
InputDecoration Function({Color? enableColor, Color? fillColor, String? hint, Color? hintColor, String? label, EdgeInsets? padding, Widget? prefixIcon, Widget? suffixIcon})
setInputDecoration
getter/setter pair
Implementation
static late InputDecoration Function(
{String? label,
String? hint,
Widget? prefixIcon,
Color? hintColor,
Color? fillColor,
Widget? suffixIcon,
EdgeInsets? padding,
Color? enableColor}) setInputDecoration;