BackgroundNotice constructor
Creates a bordered notice with background tint.
Implementation
const BackgroundNotice({
super.key,
required this.text,
this.icon,
this.color,
this.textStyle,
this.noticeType = NoticeType.info,
});
Creates a bordered notice with background tint.
const BackgroundNotice({
super.key,
required this.text,
this.icon,
this.color,
this.textStyle,
this.noticeType = NoticeType.info,
});