flutter_plot
dart:ui
Size
hashCode property
hashCode
Size class
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
flipped
hashCode
height
isEmpty
longestSide
shortestSide
width
isFinite
isInfinite
runtimeType
Methods
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
contains
topCenter
topLeft
topRight
toString
noSuchMethod
Operators
operator %
operator *
operator +
operator -
operator /
operator ==
operator ~/
operator <
operator <=
operator >
operator >=
Static methods
lerp
Constants
infinite
zero
hashCode property
int
hashCode
Implementation
@override int get hashCode => hashValues(_dx, _dy);