FloatingPanelConfig class
Configuration class for FloatingPanel.
Constructors
- FloatingPanelConfig({double? width, double? height, double? x, double? y})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
Height of the panel in points.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double?
-
Width of the panel in points.
final
- x → double?
-
X position of the panel in points from the bottom-left corner.
final
- y → double?
-
Y position of the panel in points from the bottom-left corner.
final
Methods
-
copyWith(
{double? width, double? height, double? x, double? y}) → FloatingPanelConfig - Creates a copy of this config with the given fields replaced with new values.
-
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