Type Alias State
pub type State<P> = Plain<P>;
Expand description
The internal state of a [Text
] widget.
Aliased Typeยง
pub struct State<P> { /* private fields */ }
pub type State<P> = Plain<P>;
The internal state of a [Text
] widget.
pub struct State<P> { /* private fields */ }