WindowControlsOverlayConfig constructor

WindowControlsOverlayConfig({
  1. required bool showCSS,
  2. required String selectedPlatform,
  3. required String themeColor,
})

Implementation

WindowControlsOverlayConfig({
  required this.showCSS,
  required this.selectedPlatform,
  required this.themeColor,
});