DesktopSplashConfig class
Constructors
-
DesktopSplashConfig.new({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})
-
Methods
-
copyWith({int? windowWidth, int? windowHeight, String? windowTitle, String? windowClass, Color? windowColor, String? imagePath, int? imageWidth, int? imageHeight, double? imageBorderRadius, double? imageBlurRadius, bool? imageScaling, Color? backgroundColor, int? backgroundWidth, int? backgroundHeight, double? backgroundBorderRadius, bool? withAnimation})
→ DesktopSplashConfig
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited