ChildExpanded constructor

const ChildExpanded({
  1. Key? key,
  2. required Widget child,
  3. int flex = 1,
  4. int itemCount = 1,
})

Implementation

const ChildExpanded(
    {super.key, required this.child, this.flex = 1, this.itemCount = 1});