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