ZoomSettings class

Data class to handle the particular settings for ZoomDrawerWidget This class help a TaleDrawer to build the Drawer and define some special characteristics

Constructors

ZoomSettings({TaleSettings? settings, double maxSlide = 250, double radius = 34, double rotation = 0.0, bool disableDrag = false, double addHeightScale = 0.0})
const

Properties

addHeightScale double
Change the scale for the height in ZoomDrawerBody when is dragged
final
disableDrag bool
Flag to control de drag to open or close in the Drawer
final
duration Duration
no setter
hashCode int
The hash code for this object.
no setterinherited
maxSlide double
The maximum position when drag is end
final
radius double
To create a border radius when ZoomDrawerBody is dragged
final
rotation double
Create a rotation in body when drag is end
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings → TaleSettings?
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