bottomRight constant

PositionData const bottomRight

Bottom right position.

Implementation

static const bottomRight = PositionData(
  bottom: Dim.zero(),
  right: Dim.zero(),
  extra: {'transform': 'translate(0%, 0%)'},
);