positionedBottomRight property

Widget get positionedBottomRight

Position the widget at the bottom-right of a Stack

Implementation

Widget get positionedBottomRight => Positioned(bottom: 0, right: 0, child: this);