NoticeBar constructor
NoticeBar({})
Implementation
NoticeBar(
{Key? key,
required this.text,
this.color: Style.noticeBarTextColor,
this.background: Style.noticeBarBackgroundColor,
this.leftIcon,
this.mode,
this.scrollable: true,
this.wrapable: false,
this.speed: 5,
this.delay: 100,
this.onClose,
this.onClick});