menu
element_core package
documentation
components.dart
ElFontWeight
ElFontWeight.new const constructor
ElFontWeight.new const constructor
dark_mode
light_mode
ElFontWeight
constructor
const
ElFontWeight
(
String
?
level
, {
Key
?
key
,
required
Widget
child
,
})
对后代
ElText
应用全局字重,更改整体外观
Implementation
const ElFontWeight(this.level, {super.key, required super.child});
element_core package
documentation
components
ElFontWeight
ElFontWeight.new const constructor
ElFontWeight class