CustomExpandedAppBar constructor

const CustomExpandedAppBar(
  1. {Key? key,
  2. required Widget child}
)

Implementation

const CustomExpandedAppBar({super.key, required this.child});