NiceHighlightBox constructor
const
NiceHighlightBox({
- Key? key,
- required Widget child,
- NiceHighlightType type = NiceHighlightType.info,
- IconData? icon,
- String? title,
- EdgeInsets? padding,
- bool showIcon = true,
Implementation
const NiceHighlightBox({
super.key,
required this.child,
this.type = NiceHighlightType.info,
this.icon,
this.title,
this.padding,
this.showIcon = true,
});