MobileMenuConfiguration class

Constructors

MobileMenuConfiguration({required int configurationId, required TargetedWidgetSnapshot liftImage, WidgetSnapshot? previewImage, Size? previewSize, required MenuHandle handle, required Widget backgroundBuilder(double opacity), required Widget previewBuilder(Size, WidgetSnapshot?), required MobileMenuWidgetFactory menuWidgetBuilder, required IconThemeData iconTheme})

Properties

backgroundBuilder → Widget Function(double opacity)
final
configurationId → int
final
handle → MenuHandle
final
hashCode → int
The hash code for this object.
no setterinherited
iconTheme → IconThemeData
final
liftImage → TargetedWidgetSnapshot
final
final
previewBuilder → Widget Function(Size, WidgetSnapshot?)
final
previewImage → WidgetSnapshot?
final
previewSize → Size?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
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