ExpandedContainer constructor

const ExpandedContainer({
  1. int flex = 1,
  2. Widget? child,
})

Implementation

const ExpandedContainer({this.flex = 1, this.child});