BootstrapAlert constructor

const BootstrapAlert({
  1. BootstrapAlertType type = BootstrapAlertType.defaults,
  2. required Widget child,
  3. bool dismissble = false,
})

Implementation

const BootstrapAlert({
  this.type = BootstrapAlertType.defaults,
  required this.child,
  this.dismissble = false,
});