Package 

Enum MainAxisAlignment

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SpaceAround

      Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child, but half the amount of space existing otherwise between two consecutive children.

      SpaceBetween

      Place children such that they are spaced evenly across the main axis, without free space before the first child or after the last child.

      SpaceEvenly

      Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child.

      End

      Place children such that they are as close as possible to the end of the main axis.

      Start

      Place children such that they are as close as possible to the start of the main axis.

      Center

      Place children such that they are as close as possible to the middle of the main axis.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait