CustomDesktopPlatforms constructor

const CustomDesktopPlatforms({
  1. required bool windows,
  2. required bool macos,
  3. required bool linux,
})

Implementation

const CustomDesktopPlatforms({
  required this.windows,
  required this.macos,
  required this.linux,
});