topLeft property

Widget get topLeft

Implementation

Widget get topLeft {
  return Align(alignment: Alignment.topLeft, child: this);
}