menu
components_toolbox package
documentation
components/text_field.dart
CustomTextField
textColor property
textColor property
dark_mode
light_mode
textColor
property
ValueNotifier
<
Color
>
?
textColor
final
The color of the text inside the text field.
Implementation
final ValueNotifier<Color>? textColor;
components_toolbox package
documentation
components/text_field
CustomTextField
textColor property
CustomTextField class