GetAppBar constructor

const GetAppBar(
  1. String title, {
  2. Key? key,
  3. double? height,
  4. Color? backgroundColor,
  5. Color? color,
  6. IconButton? leadIcon,
})

Implementation

const GetAppBar(this.title,{
  super.key,
  this.height,
  this.backgroundColor,
  this.color,
  this.leadIcon,
});