menu
element_core package
documentation
utils.dart
FontModel
FontModel.new const constructor
FontModel.new const constructor
dark_mode
light_mode
FontModel
constructor
const
FontModel
(
{
required
String
fontFamily
,
String
?
fontUrl
,
Map
<
int
,
String
>
?
fontWeights
,
})
从网络加载的字体模型
Implementation
const FontModel({required this.fontFamily, this.fontUrl, this.fontWeights});
element_core package
documentation
utils
FontModel
FontModel.new const constructor
FontModel class