BootstrapAlert constructor
const
BootstrapAlert({
- BootstrapAlertType type = BootstrapAlertType.defaults,
- required Widget child,
- bool dismissble = false,
Implementation
const BootstrapAlert({
this.type = BootstrapAlertType.defaults,
required this.child,
this.dismissble = false,
});