ResolvedSlotContribution<TSlot extends Object, TData> class
final
One resolved slot contribution in deterministic render order.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- order → int
-
Explicit priority. Lower values render first.
final
- pluginId → String
-
Stable plugin identifier for this contribution.
final
- registrationOrder → int
-
Tie-breaker for contributions with the same order.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slot → TSlot
-
Slot that this contribution targets.
final
Methods
-
build(
BuildContext context, TData data) → Widget - Builds the widget for this contribution.
-
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