extExpanded method

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

Implementation

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