Components enum

Enum representing the various components of a MultiStateSheet layout.

Each component corresponds to a specific layer inside the MultiStateSheet, used to define snapping positions and sizes for the snapping model.

Inheritance
Available extensions

Values

Represents the header section of the MultiStateSheet.

top → const Components

Represents the top section, which is drawn behind on top of the header.

content → const Components

Represents the main content section of the MultiStateSheet.

Represents the footer section at the bottom of the MultiStateSheet.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
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

Constants

values → const List<Components>
A constant List of the values in this enum, in order of their declaration.