RemovableTab class abstract
An abstract class that provides a property to determine if a tab can be removed from the TabOverview.
Implement this class in a tab model to allow removal functionality,
enabling tabs to be deleted by the user when removable
is true
.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited