state property
set
state
(dynamic value)
The internal widget state. Use only if you know what you're doing!
Implementation
set state(dynamic value) {
_state = value;
}
The internal widget state. Use only if you know what you're doing!
set state(dynamic value) {
_state = value;
}