addExpanded method

Widget addExpanded()

Implementation

Widget addExpanded() {
  return Expanded(
    child: this,
  );
}