Flutter
painting
Alignment
centerRight constant
centerRight
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
centerRight constant
Alignment
const
centerRight
=
const
Alignment
(1.0, 0.0)
The center point along the right edge.
Implementation
static const Alignment centerRight = Alignment(1.0, 0.0)