SystemWindowMargin class

Constructors

SystemWindowMargin({int? left, int? right, int? top, int? bottom})

Properties

bottom int?
Margin value of the bottom
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left int?
Margin value of the left
getter/setter pair
Margin value of the right
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int?
Margin value of the top
getter/setter pair

Methods

getMap() Map<String, int>
Internal method to convert SystemWindowMargin to primitive dataTypes
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

Static Methods

setSymmetricMargin(int vertical, int horizontal) SystemWindowMargin
Internal method to create symmetric margin across the axis