menu
layrz_theme package
documentation
layrz_theme.dart
ThemedTextInput
validator property
validator property
dark_mode
light_mode
validator
property
bool
Function
(
String
)
?
validator
final
validator
is the validator of the input.
Implementation
final bool Function(String)? validator;
layrz_theme package
documentation
layrz_theme
ThemedTextInput
validator property
ThemedTextInput class