expanded property

Expanded get expanded

Wrap this widget with a Expanded Widget

Implementation

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