AppBarWrapper constructor

const AppBarWrapper({
  1. Key? key,
  2. required double height,
  3. required Widget child,
})

Implementation

const AppBarWrapper({Key? key, required this.height, required this.child}) : super(key: key);