NomoAppBar constructor

const NomoAppBar({
  1. Key? key,
  2. Widget? title,
  3. Widget? leading,
  4. Widget? trailling,
  5. double? spacing,
  6. Color? backgroundColor,
  7. BorderRadiusGeometry? borderRadius,
  8. PreferredSizeWidget? bottom,
  9. double? topInset,
  10. double? height,
  11. double? elevation,
})

Implementation

const NomoAppBar({
  super.key,
  this.title,
  this.leading,
  this.trailling,
  this.spacing,
  this.backgroundColor,
  this.borderRadius,
  this.bottom,
  this.topInset,
  this.height,
  this.elevation,
});