Flutter
painting
Alignment
bottomRight constant
bottomRight
Alignment class
Constructors
Alignment
Properties
x
y
hashCode
runtimeType
Methods
add
alongOffset
alongSize
inscribe
resolve
toString
withinRect
noSuchMethod
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
Alignment
const
bottomRight
=
const
Alignment
(1.0, 1.0)
The bottom right corner.
Implementation
static const Alignment bottomRight = Alignment(1.0, 1.0)