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