Flutter
painting
FractionalOffset
bottomRight constant
bottomRight
description
bottomRight
constant
Null safety
FractionalOffset
const
bottomRight
The bottom right corner.
Implementation
static const FractionalOffset bottomRight = FractionalOffset(1.0, 1.0);
Flutter
painting
FractionalOffset
bottomRight 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