positionedTopLeft property

Widget get positionedTopLeft

Position the widget at the top-left of a Stack

Implementation

Widget get positionedTopLeft => Positioned(top: 0, left: 0, child: this);