DesktopWidget constructor
const
DesktopWidget({
- Key? key,
- PlatformBuilder<
Widget?> ? macOS, - PlatformBuilder<
Widget?> ? windows, - PlatformBuilder<
Widget?> ? linux,
Builds a DesktopWidget.
Implementation
const DesktopWidget({
super.key,
this.macOS,
this.windows,
this.linux,
});