BootstrapIcons class

Bootstrap icons support.

Constructors

BootstrapIcons()

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

allIcons List<String>
no setter
ICONS_PATH String
final
iconsList String
final
VERSION String
final

Static Methods

getIconPath(String name) String?
Returns the path of a icon with name.
svgIconElement(String name, {String? title, int? width, int? height, String? classes, String? style}) Element
Returns an Element of a SVG icon with name.
svgIconHTML(String name, {String? title, int? width, int? height, String? classes, String? style}) String?
Returns the HTML of a SVG icon with name.
svgResourceContent(String name) → ResourceContent?
Returns a ResourceContent for the icon with name.