expanded method

Expanded expanded()

Implementation

Expanded expanded() {
  return Expanded(child: this);
}