DesktopSplashConfig constructor
DesktopSplashConfig({
- required int windowWidth,
- required int windowHeight,
- required String windowTitle,
- required String windowClass,
- required Color windowColor,
- required String imagePath,
- required int imageWidth,
- required int imageHeight,
- required double imageBorderRadius,
- required bool imageScaling,
- required Color backgroundColor,
- required int backgroundWidth,
- required int backgroundHeight,
- required double backgroundBorderRadius,
- required bool withAnimation,
- required double imageBlurRadius,
Implementation
DesktopSplashConfig({
required this.windowWidth,
required this.windowHeight,
required this.windowTitle,
required this.windowClass,
required this.windowColor,
required this.imagePath,
required this.imageWidth,
required this.imageHeight,
required this.imageBorderRadius,
required this.imageScaling,
required this.backgroundColor,
required this.backgroundWidth,
required this.backgroundHeight,
required this.backgroundBorderRadius,
required this.withAnimation,
required this.imageBlurRadius,
});