operator ~ method
Takes a WidgetStatesConstraint and applies the logical "not".
Implementation
WidgetStatesConstraint operator ~() => _WidgetStateNot(this);
Takes a WidgetStatesConstraint and applies the logical "not".
WidgetStatesConstraint operator ~() => _WidgetStateNot(this);