ElFontWeight constructor

const ElFontWeight(
  1. String? level, {
  2. Key? key,
  3. required Widget child,
})

对后代 ElText 应用全局字重,更改整体外观

Implementation

const ElFontWeight(this.level, {super.key, required super.child});