StaticSlotBuilder class
A simple slot builder that always returns the same widget. This is useful for static content that doesn't change based on layout conditions.
- Inheritance
-
- Object
- SlotBuilderType
- StaticSlotBuilder
Constructors
- StaticSlotBuilder(Widget? widget)
- Creates a StaticSlotBuilder.
Properties
Methods
-
build(
ActiveLayoutInfo layoutInfo) → Widget? -
Builds the widget for a slot based on the current ActiveLayoutInfo.
override
-
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