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