RectUtility<T extends Attribute> class

Inheritance

Constructors

RectUtility(T builder(Rect))
const

Properties

builder → T Function(Rect)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Rect value) → T
inherited
fromCenter({required Offset center, required double width, required double height}) → T
fromCircle({required Offset center, required double radius}) → T
fromLTRB(double left, double top, double right, double bottom) → T
fromLTWH(double left, double top, double width, double height) → T
fromPoints({required Offset a, required Offset b}) → T
largest() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
zero() → T

Operators

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