CustomAppBar constructor

const CustomAppBar(
  1. {Key? key,
  2. bool isWide = false}
)

Implementation

const CustomAppBar({
  super.key,
  this.isWide = false,
});