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;
}