topLeft static method

Align topLeft(
  1. Widget child
)

Implementation

static Align topLeft(Widget child) => Align(
      child: child,
      alignment: Alignment.topLeft,
    );