CustomTransparentAppBar constructor

const CustomTransparentAppBar(
  1. {Key? key,
  2. bool automaticallyImplyLeading = false,
  3. bool noHeight = true}
)

Implementation

const CustomTransparentAppBar({
  Key? key,
  this.automaticallyImplyLeading = false,
  this.noHeight = true,
}) : super(key: key);