desktopAppBuilder method
Builder for desktop app platform (Windows, macOS, and Linux).
Use this builder to customize the widget appearance and behavior specifically for desktop apps.
Implementation
Widget? desktopAppBuilder(BuildContext context) => null;