StacExpanded constructor

const StacExpanded({
  1. int? flex,
  2. StacWidget? child,
})

Creates an expanded widget with optional flex factor and child.

Implementation

const StacExpanded({this.flex, this.child});