Bootstrap class

Bootstrap wrapper and loader.

Constructors

Bootstrap()

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

isLoaded bool
Returns true if JS library is loaded.
no setter
isSuccessfullyLoaded bool
Returns true if JS library is successfully loaded.
no setter
onLoad → EventStream<LoadController>
EventStream for loading event.
no setter
PATH String
final
PATH_CSS String
final
PATH_JS String
final
VERSION String
final

Static Methods

enableTooltip({bool force = false, Duration? delay}) Future<bool>
Enables tooltip functionality.
enableTooltipOnRender(UIComponent component) → void
Enables tooltip functionality when component renders.
load() Future<bool>
Loads Bootstrap and JQuery JS library and CSS.