BodyExpandedWidget constructor

const BodyExpandedWidget({
  1. Key? key,
  2. required Widget child,
  3. required Widget bottom,
  4. bool igAppbarHeight = false,
  5. double? height,
})

Implementation

const BodyExpandedWidget(
    {super.key, required this.child, required this.bottom, this.igAppbarHeight = false, this.height});