SlideSheetConfig class

Constructors

SlideSheetConfig({double? maxHeight, double? minHeight, double toolbarHeight = 48, double handleBarHeight = 20.0, double snapingPoint = 0.4})
const

Properties

handleBarHeight double
Panel thumb handler height, which will be used to drag the panel
final
hashCode int
The hash code for this object.
no setterinherited
headerHeight double
Header height
no setter
maxHeight double?
Panel maximum height
final
minHeight double?
Panel minimum height Default: 40% of maxHeight
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapingPoint double
Point from where panel will start fling animation to snap it's height to minHeight or maxHeight Value must be between 0.0 - 1.0 Default: 0.4
final
toolbarHeight double
Panel toolbar height
final

Methods

copyWith({double? maxHeight, double? minHeight, double? toolbarHeight, double? handleBarHeight, double? snapingPoint}) SlideSheetConfig
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