positionedBottomLeft property

Widget get positionedBottomLeft

Position the widget at the bottom-left of a Stack

Implementation

Widget get positionedBottomLeft => Positioned(bottom: 0, left: 0, child: this);