expanded method

Expanded expanded({
  1. int flex = 1,
})

Implementation

Expanded expanded({int flex = 1}) => Expanded(flex: flex, child: this);