expanded property
Expanded
get
expanded
Wrap this widget with a Expanded Widget
Implementation
Expanded get expanded {
return Expanded(child: this);
}
Wrap this widget with a Expanded Widget
Expanded get expanded {
return Expanded(child: this);
}