GIconfont class

Constructors

GIconfont({String url = '', String filePath = '', String fileName = 'iconfont.js', String prefix = 'icon-', bool enable = true, String dir = 'lib/widget', String name = 'icon_font'})
const

Properties

dir String
lib/widget/icon_font.iconfont.dart
final
enable bool
final
fileName String
zip路径需要设置
final
filePath String
文件解析 xanno支持filePath=>iconfont.js xanno支持filePath=>iconfont.zip
final
hashCode int
The hash code for this object.
no setterinherited
name String
文件名
final
prefix String
默认前缀 icon-
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix String?
后缀
finalinherited
url String
iconfont js url (https://at.alicdn.com/t/font_1815425_08ebztcsym64.js)
final

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