maybeOf static method

Implementation

static HypertextThemeExtension? maybeOf(BuildContext context) {
  return Theme.of(context).extension<HypertextThemeExtension>();
}