alignTL property

Align get alignTL

Implementation

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