crossAxisAlignment property
final
The alignment in which the child will be put along the horizontal axis.
Defaults to CrossAxisAlignment.center
.
Implementation
final CrossAxisAlignment crossAxisAlignment;
The alignment in which the child will be put along the horizontal axis.
Defaults to CrossAxisAlignment.center
.
final CrossAxisAlignment crossAxisAlignment;