SCIAppBar constructor

SCIAppBar({
  1. double height = 60.0,
  2. VoidCallback? onSettingPressed,
  3. VoidCallback? onNotificationPressed,
  4. int notificationCount = 0,
})

Implementation

SCIAppBar({
  this.height = 60.0,
  required this.logo,
  this.onSettingPressed,
  this.onNotificationPressed,
  this.notificationCount = 0,
});