Flutter
painting
Alignment
centerLeft constant
centerLeft
description
centerLeft
constant
Null safety
Alignment
const
centerLeft
The center point along the left edge.
Implementation
static const Alignment centerLeft = Alignment(-1.0, 0.0);
Flutter
painting
Alignment
centerLeft constant
Alignment class
Constructors
Alignment
Properties
hashCode
runtimeType
x
y
Methods
add
alongOffset
alongSize
inscribe
noSuchMethod
resolve
toString
withinRect
Operators
operator %
operator *
operator +
operator -
operator /
operator ==
operator unary-
operator ~/
Static methods
lerp
Constants
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
topCenter
topLeft
topRight