Flutter
painting
Alignment
topLeft constant
topLeft
description
topLeft
constant
Null safety
Alignment
const
topLeft
The top left corner.
Implementation
static const Alignment topLeft = Alignment(-1.0, -1.0);
Flutter
painting
Alignment
topLeft 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