FWidgetStatesDelta constructor

FWidgetStatesDelta(
  1. Set<WidgetState> previous,
  2. Set<WidgetState> current
)

Creates a FWidgetStatesDelta.

Implementation

FWidgetStatesDelta(this.previous, this.current);