PanelConfig class
Configuration for the panel system.
Constructors
-
PanelConfig({GlobalKey<
State< ? topContainerKey, GlobalKey<StatefulWidget> >State< ? bottomContainerKey})StatefulWidget> > -
const
Properties
-
bottomContainerKey
→ GlobalKey<
State< ?StatefulWidget> > -
External container key for panels with
top: false.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
topContainerKey
→ GlobalKey<
State< ?StatefulWidget> > -
By default, panels will be placed inside the editor's widget tree.
You can use this option to specify an external container widget key
for panels with
top: true.final
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