positionedTopRight property
Widget
get
positionedTopRight
Position the widget at the top-right of a Stack
Implementation
Widget get positionedTopRight => Positioned(top: 0, right: 0, child: this);
Position the widget at the top-right of a Stack
Widget get positionedTopRight => Positioned(top: 0, right: 0, child: this);