bottomRight constant

FractionalOffset const bottomRight = const FractionalOffset(1.0, 1.0)

The bottom right corner.

Implementation

static const FractionalOffset bottomRight = FractionalOffset(1.0, 1.0)