PopupSafeAreaProps class

Constructors

PopupSafeAreaProps({bool left = false, bool top = false, bool right = false, bool bottom = false, EdgeInsets minimum = EdgeInsets.zero, bool maintainBottomViewPadding = false})
const

Properties

bottom bool
Whether to avoid system intrusions on the bottom side of the screen.
final
hashCode int
The hash code for this object.
no setterinherited
left bool
Whether to avoid system intrusions on the left.
final
maintainBottomViewPadding bool
Specifies whether the SafeArea should maintain the MediaQueryData.viewPadding instead of the MediaQueryData.padding when consumed by the MediaQueryData.viewInsets of the current context's MediaQuery, defaults to false.
final
minimum EdgeInsets
This minimum padding to apply.
final
Whether to avoid system intrusions on the right.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top bool
Whether to avoid system intrusions at the top of the screen, typically the system status bar.
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