ExpandedFocusToFront constructor

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

Implementation

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