centerLeft property

void centerLeft

Implementation

void get centerLeft =>
    _add((w) => Align(alignment: Alignment.centerLeft, child: w));