removed property
Set<WidgetState>
get
removed
The set of widget states that were removed from the previous.
Implementation
Set<WidgetState> get removed => _removed ??= previous.difference(current);
The set of widget states that were removed from the previous.
Set<WidgetState> get removed => _removed ??= previous.difference(current);