RenderData class

Widget metric data class yTop - top Y position relative to the screen yBottom - lower Y position relative to the screen yCenter - center Y position relative to the screen xLeft - left X position relative to the screen xRight - right X position relative to the screen xCenter - center X position relative to the screen width - element width height - element height topLeft - upper left coordinate topRight - upper right coordinate bottomLeft - lower left coordinate bottomRight - lower right coordinate center - central coordinate topCenter - upper center coordinate bottomCenter - lower central coordinate centerLeft - center left coordinate centerRight - center right coordinate

Constructors

RenderData({required double yTop, required double yBottom, required double yCenter, required double xLeft, required double xRight, required double xCenter, required double width, required double height})
const

Properties

bottomCenter → CoordsMetrics
no setter
bottomLeft → CoordsMetrics
no setter
bottomRight → CoordsMetrics
no setter
center → CoordsMetrics
no setter
centerLeft → CoordsMetrics
no setter
centerRight → CoordsMetrics
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topCenter → CoordsMetrics
no setter
topLeft → CoordsMetrics
no setter
topRight → CoordsMetrics
no setter
width double
final
xCenter double
final
xLeft double
final
xRight double
final
yBottom double
final
yCenter double
final
yTop double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator -(RenderData other) ComparisonDiff
Returns the difference between the external and the current instance ofRenderData, as an instance of the ComparisonDiff class
operator ==(Object other) bool
The equality operator.
inherited