bottomCenter constant

PositionData const bottomCenter

Bottom center position.

Implementation

static const bottomCenter = PositionData(
  bottom: Dim.zero(),
  left: Dim.percent(50),
  extra: {'transform': 'translate(-50%, 0%)'},
);