maybeOf static method

Web3ModalTheme? maybeOf(
  1. BuildContext context
)

Implementation

static Web3ModalTheme? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<Web3ModalTheme>();
}