Splasher class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- Splasher
Constructors
-
Splasher({Key? key, Color loaderColor = Colors.black, int durationInSeconds = 3, required String logo, double logoWidth = 50, double? logoHeight, Text? title, Color backgroundColor = Colors.white, Text loadingText = const Text(''), EdgeInsets loadingTextPadding = const EdgeInsets.only(top: 10.0), ImageProvider<
Object> ? backgroundImage, Gradient? gradientBackground, bool showLoader = true}) -
const
-
Splasher.withImage({required AssetImage logo, ImageProvider<
Object> ? backgroundImage, double logoWidth = 50, double? logoHeight, Color loaderColor = Colors.black, Color backgroundColor = Colors.white, Text? title, Text loadingText = const Text(''), EdgeInsets loadingTextPadding = const EdgeInsets.only(top: 10.0), Gradient? gradientBackground, bool showLoader = true, int durationInSeconds = 3, }) -
factory
- Splasher.withLottie({required String logo, double logoWidth = 50, double? logoHeight, Color loaderColor = Colors.black, Text? title, Color backgroundColor = Colors.white, Text loadingText = const Text(''), EdgeInsets loadingTextPadding = const EdgeInsets.only(top: 10.0), Gradient? gradientBackground, bool showLoader = true, int durationInSeconds = 3, })
-
factory
Properties
- backgroundColor → Color
-
Page background color
final
-
backgroundImage
→ ImageProvider<
Object> ? -
Background image for the entire screen
final
- durationInSeconds → int
-
durationInSeconds to navigate after for time based navigation
final
-
expects a function that returns a future, when this future is returned it will navigate
Future
final
- gradientBackground → Gradient?
-
Background gradient for the entire screen
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- loaderColor → Color
-
Loader color
final
- loadingText → Text
-
Loading text
final
- loadingTextPadding → EdgeInsets
-
Padding for long Loading text, default: EdgeInsets.all(0)
final
- logo → String
-
lottie file for logo
final
- logoHeight → double?
-
logo height as in radius
final
- logoWidth → double
-
logo width as in radius
final
-
The page where you want to navigate if you have chosen time based navigation
String or Widget
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showLoader → bool
-
Whether to display a loader or not
final
- title → Text?
-
App title, shown in the middle of screen in case of no image available
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< Splasher> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited