FlySpacingUtils class

Common spacing utilities for padding and margin

Constructors

FlySpacingUtils()

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

resolve(BuildContext context, FlyStyle style, {required double? getUniform(FlyStyle), required double? getX(FlyStyle), required double? getY(FlyStyle), required double? getLeft(FlyStyle), required double? getRight(FlyStyle), required double? getTop(FlyStyle), required double? getBottom(FlyStyle)}) EdgeInsets
Resolves spacing from FlyStyle and FlyThemeData into EdgeInsets