DynamicEdgeInsets class

Constructors

DynamicEdgeInsets.all(Length value)
const
DynamicEdgeInsets.only({Length? left = const Length(0.0), Length? top = const Length(0.0), Length? right = const Length(0.0), Length? bottom = const Length(0.0)})
const
DynamicEdgeInsets.symmetric({Length vertical = const Length(0.0), Length horizontal = const Length(0.0)})
const

Properties

bottom Length?
final
hashCode int
The hash code for this object.
no setterinherited
left Length?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top Length?
final

Methods

copyWith({Length? top, Length? bottom, Length? left, Length? right}) DynamicEdgeInsets
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEdgeInsets({required Size constraintSize, required Size screenSize}) EdgeInsets
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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