NsgAppBar constructor
const
NsgAppBar({
- Key? key,
- String text = '',
- String? text2,
- IconData? icon,
- IconData? icon2,
- IconData? icon3,
- VoidCallback? onPressed,
- VoidCallback? onPressed2,
- VoidCallback? onPressed3,
- int getNotificationCount()?,
- NsgDataController<
NsgDataItem> ? notificationController, - NsgAppBarNotificationPosition notificationPosition = NsgAppBarNotificationPosition.leftIcon,
- bool? colorsInverted,
- bool? bottomCircular,
- Color? color,
- Color? backColor,
Implementation
const NsgAppBar({
Key? key,
this.text = '',
this.text2,
this.icon,
this.icon2,
this.icon3,
this.onPressed,
this.onPressed2,
this.onPressed3,
this.getNotificationCount,
this.notificationController,
this.notificationPosition = NsgAppBarNotificationPosition.leftIcon,
this.colorsInverted,
this.bottomCircular,
this.color,
this.backColor,
}) : super(key: key);