inputs library

Classes

TextFieldComponent
A custom text field component for Flame games, supporting focus, rendering, and interaction with a virtual keyboard.
ToggleComponent
A toggleable component that switches between two visual states when tapped.

Typedefs

OnTextChanged = void Function(String)
A callback type for handling text changes.