XContextShowAboutDialog extension

showAboutDialog(context: context, ...) as context.showAboutDialog(...)

on

Methods

showAboutDialog({String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, List<Widget>? children, bool useRootNavigator = true, RouteSettings? routeSettings}) → void
Displays an material.AboutDialog, which describes the application and provides a button to show licenses for software used by the application.