Flutter
painting
FractionalOffset
topLeft constant
topLeft
description
topLeft
constant
Null safety
FractionalOffset
const
topLeft
The top left corner.
Implementation
static
const
FractionalOffset topLeft = FractionalOffset(
0.0
,
0.0
);
Flutter
painting
FractionalOffset
topLeft constant
FractionalOffset class
Constructors
FractionalOffset
fromOffsetAndRect
fromOffsetAndSize
Properties
dx
dy
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