Flutter
painting
FractionalOffset
bottomRight constant
bottomRight
FractionalOffset class
Constructors
FractionalOffset
fromOffsetAndRect
fromOffsetAndSize
Properties
dx
dy
hashCode
runtimeType
x
y
Methods
toString
add
alongOffset
alongSize
inscribe
noSuchMethod
resolve
withinRect
Operators
operator %
operator *
operator +
operator -
operator /
operator unary-
operator ~/
operator ==
Static methods
lerp
Constants
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
topCenter
topLeft
topRight
bottomRight constant
FractionalOffset
const
bottomRight
=
const
FractionalOffset
(1.0, 1.0)
The bottom right corner.
Implementation
static const FractionalOffset bottomRight = FractionalOffset(1.0, 1.0)