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})
Properties
- backgroundBorderRadius → double
-
final
- backgroundColor → Color
-
final
- backgroundHeight → int
-
final
- backgroundWidth → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageBlurRadius → double
-
final
- imageBorderRadius → double
-
final
- imageHeight → int
-
final
- imagePath → String
-
final
- imageScaling → bool
-
final
- imageWidth → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- windowClass → String
-
final
- windowColor → Color
-
final
- windowHeight → int
-
final
- windowTitle → String
-
final
- windowWidth → int
-
final
- withAnimation → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited