modernAlertComponentBuilder function
- required AlertComponentOptions options,
Convenience builder conforming to AlertComponentType signature.
Implementation
Widget modernAlertComponentBuilder({required AlertComponentOptions options}) {
return ModernAlertComponent(options: options);
}