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

RemovableTab()

Properties

hashCode int
The hash code for this object.
no setterinherited
removable bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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