inputs library
Classes
- TextFieldComponent
- A custom text field component for Flame games, supporting focus, rendering, and interaction with a virtual keyboard.
- TimePickerComponent
- A scrollable-wheel time picker with two columns (hours and minutes).
- ToggleComponent
- A toggleable component that switches between two visual states when tapped.
Typedefs
- OnTextChanged = void Function(String)
- A callback type for handling text changes.