flexGrow property
      
      double
      get
      flexGrow
      
    
    
The flex grow factor for this item.
Controls how much this item grows relative to its siblings when there is extra space available in the main axis. A value of 0.0 means the item will not grow.
Implementation
double get flexGrow;