BaseSplashController<T extends IconTemplateModel> class
abstract
- Inheritance
-
- Object
- BaseController<
T> - BaseSplashController
- Implementers
Constructors
- BaseSplashController.new({String? backgroundColor, required Image customSourceImage, double? resizePercentage})
- BaseSplashController.custom({required String? backgroundColor, required Image customSourceImage, required double resizePercentage, dynamic errorHandler, dynamic rootPath})
Properties
- backgroundColor ↔ String?
-
getter/setter pair
- customSourceImage ↔ Image
-
getter/setter pair
- errorHandler ↔ ErrorHandler?
-
getter/setter pairinherited
- hasDarkMode → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- platform → String
-
no setterinherited
- resizePercentage → double
-
final
- rootPath → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
splashIconList
→ List<
T> -
no setter
Methods
-
applySplashBackground(
) → void -
execute(
) → Future< bool> -
override
-
generateSplashLogo(
) → void -
getFullPath(
String filePath) → String -
inherited
-
logger(
String message) → void -
inherited
-
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