top property

Widget get top

Implementation

Widget get top => Align(
      alignment: Alignment.topCenter,
      child: this,
    );