SuperUtils class

Constructors

SuperUtils.new()

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

getTooltipMargin({required CloseButtonType? closeButtonType, required double? closeButtonSize, required double arrowTipDistance, required double arrowLength, required TooltipDirection preferredDirection, required bool showCloseButton}) EdgeInsets
getTooltipPadding({required CloseButtonType? closeButtonType, required double? closeButtonSize, required bool showCloseButton}) EdgeInsets
horizontalConstraints({required BoxConstraints constraints, required double? top, required double? bottom, required double? right, required double? left, required double margin, required bool isRight, required Offset target}) BoxConstraints
leftMostXtoTarget({required double? left, required double? right, required double margin, required Size size, required Size childSize, required Offset target}) double
topMostYtoTarget({required double? top, required double? bottom, required double margin, required Offset target, required Size size, required Size childSize}) double
verticalConstraints({required BoxConstraints constraints, required double margin, required bool isUp, required double? top, required double? left, required double? right, required double? bottom, required Offset target}) BoxConstraints