CNSheetDetent class
Detent heights for resizable sheets (iOS only)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
custom(
double height) → CNSheetDetent - Custom fixed height in points Example: CNSheetDetent.custom(300) for a 300pt tall sheet
Constants
- large → const CNSheetDetent
- Large height (~100% of screen)
- medium → const CNSheetDetent
- Medium height (~50% of screen)