ItemPickerModalConfiguration class
Properties
-
contentAlignment
→ MainAxisAlignment?
-
Alignment of the content within the modal sheet
finalinherited
-
dialogHasBottomPadding
→ bool
-
Should we add viewInsets.bottom as bottom padding to our BottomSheet.
viewInsets.bottom is the parts of the display that are completely obscured
by system UI, typically by the device's keyboard.
Defaults to true.
Set it false if want to allow the keyboard to overlap over the content.
finalinherited
-
fullScreen
→ bool?
-
If fullScreen is true, this flag ignores the heightFactor and calculate
the ratio for the full screen
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
haveOnlyOneSheet
→ bool
-
Flag allowing only to have one modal sheet open at a time
finalinherited
-
heightFactor
→ double?
-
The heightFactor of the modal sheet defined within the range of (0,1]
finalinherited
-
isDismissible
→ bool
-
Flag indicating whether the modal sheet is dismissible or not
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
safeAreaBottom
→ bool
-
Should we include the bottom safe area when applying a safe area
Defaults to true.
If set it false,
additionalBottomPadding
will be applied.
finalinherited
-
showCloseButton
→ bool
-
Flag indicating whether or not to show the close button
finalinherited
-
Flag indicating whether to show the header pill-cutout on the modal sheet
finalinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited