alignTopLeft method

Widget alignTopLeft()

Implementation

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