ExpandedContainer constructor

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

Implementation

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