SafeAreaInsets class

Constructors

SafeAreaInsets.new({int? top, int? topMax, int? left, int? leftMax, int? bottom, int? bottomMax, int? right, int? rightMax})
SafeAreaInsets.fromJson(Map<String, dynamic> json)
factory

Properties

bottom int?
Overrides safe-area-inset-bottom.
final
bottomMax int?
Overrides safe-area-max-inset-bottom.
final
hashCode int
The hash code for this object.
no setterinherited
left int?
Overrides safe-area-inset-left.
final
leftMax int?
Overrides safe-area-max-inset-left.
final
Overrides safe-area-inset-right.
final
rightMax int?
Overrides safe-area-max-inset-right.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int?
Overrides safe-area-inset-top.
final
topMax int?
Overrides safe-area-max-inset-top.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited