of static method
获取 InkWellProvider
Implementation
static InkWellProvider? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<InkWellProvider>();
}
获取 InkWellProvider
static InkWellProvider? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<InkWellProvider>();
}