import 'package:flutter/material.dart'; extension WidgetExt on Widget { Widget get expanded => Expanded(child: this); }