SafeAreaOption class
Constructors
- SafeAreaOption.new({bool left = true, bool top = true, bool right = true, bool bottom = true, 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 bottom
MediaQueryData.viewPadding instead of the bottom
MediaQueryData.padding, defaults to false.
final
- minimum → EdgeInsets
-
This minimum padding to apply.
final
- right → bool
-
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