EasySplashScreen class

Inheritance

Constructors

EasySplashScreen({Color loaderColor = Colors.black, Future<Object>? futureNavigator, dynamic navigator, int durationInSeconds = 3, double logoWidth = 50, 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})

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
futureNavigator Future<Object>?
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
Main image mainly used for logos and like that
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() → _EasySplashScreenState
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}) 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