NGASplash class

Constructors

NGASplash.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

indexChar ValueNotifier<int>
final
indexCharTimer Timer
getter/setter pair
indexDot ValueNotifier<String>
final
indexDotTimer Timer
getter/setter pair
ok ValueNotifier<bool>
final

Static Methods

remove() → void
removeAll() → void
show() → void
view(Widget child, {Color? bgColor, Color? txtColor, Future<void>? func, String watermarkTxt = '', bool watermarkColorful = false}) Widget