ProductDetailsAppBar constructor

ProductDetailsAppBar({
  1. double height = kToolbarHeight,
  2. required VoidCallback onClick,
  3. required String title,
  4. required Color defaultColor,
})

Implementation

ProductDetailsAppBar({this.height = kToolbarHeight, required this.onClick, required this.title, required this.defaultColor});