StacExpanded constructor
const
StacExpanded({
- int? flex,
- StacWidget? child,
Creates an expanded widget with optional flex factor and child.
Implementation
const StacExpanded({this.flex, this.child});