UILoadingConfig class

Implemented types
Available Extensions

Constructors

UILoadingConfig({UILoadingType? type, dynamic inline, dynamic color, dynamic zoom, dynamic text, dynamic textZoom, bool? withProgress})

Properties

asDOMElement DOMElement
no setteroverride
color String?
no setter
hashCode int
The hash code for this object.
no setterinherited
inline bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
no setter
textZoom double?
final
type UILoadingType?
final
withProgress bool?
final
zoom double?
final

Methods

asDIVElement() DIVElement
asDivElement() DivElement
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toInlineProperties() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

from(dynamic o, [String? prefix]) UILoadingConfig?
fromMap(Map attributes, [String? prefix]) UILoadingConfig?
parse(String? config, [String? prefix]) UILoadingConfig?