FixedHeightModel class

Model used to calculate the fixed offset of the ToggleSheet

Use it then you need to your ToggleSheet be the fixed height.

Defines ToggleSheet height as height in pixels.

For example height = 500 means the height of sheet will be 500 pixels

Implemented types

Constructors

FixedHeightModel(double height)

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getHeight(double availablePixels) double
Returns the offset height for the ToggleSheetController to define min height.
override
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