expanded method

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

Implementation

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