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