PaperTextInputProps
PaperTextInputProps = ({String? activeOutlineColor, String? activeUnderlineColor, bool? disabled, bool? editable, String? label, String? mode, String? placeholder, bool? secureTextEntry, Map<
Props for Paper TextInput
Implementation
typedef PaperTextInputProps = ({
String? label,
String? placeholder,
String? mode, // 'flat' | 'outlined'
bool? disabled,
bool? editable,
bool? secureTextEntry,
String? value,
String? activeOutlineColor,
String? activeUnderlineColor,
String? textColor,
Map<String, dynamic>? style,
});