expanded property

Expanded expanded

Wrap this widget with a Expanded Widget

Implementation

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