expanded method

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

Implementation

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