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 */ }