maybeOf static method

ElFontWeight? maybeOf(
  1. BuildContext context
)

Implementation

static ElFontWeight? maybeOf(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<ElFontWeight>();