mainAxisAlignment property Null safety
read / write
MainAxisAlignment for the parent Row or Column of the ChipList, which is used in case of Axis.horizontal or Axis.vertical being passed in to axis.
Defaults to MainAxisAlignment.center
Implementation
MainAxisAlignment mainAxisAlignment;