alignStart method
Aligns the widget to the start (left) of its parent.
Implementation
Widget alignStart() => Align(
alignment: AlignmentDirectional.centerStart,
child: this,
);
Aligns the widget to the start (left) of its parent.
Widget alignStart() => Align(
alignment: AlignmentDirectional.centerStart,
child: this,
);