EdgeInsetsTools class

Constructors

EdgeInsetsTools()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

fixDefaultSpace(EdgeInsets? needed, double defaultValue) EdgeInsets
//fix default is 6 top and bottom log fix margin - before - top: 50.0 /bottom: 0.0 log fix margin - after - top: 44.0 /bottom: 0.0
getNetSizeAfterPadding(double frame, EdgeInsets padding) double
exmaple: image with 100, while padding left and right = 10. cause image actual width is 100 -10-10= 80