|
final class AdInherited extends InheritedWidget { |
|
/// Constructor for the [AdInherited] |
|
const AdInherited(this.bannerAd, {required super.child, super.key}); |
|
|
final class AdInherited extends InheritedWidget {
/// Constructor for the [AdInherited]
const AdInherited(this.bannerAd, {required super.child, super.key});
stokip/lib/feature/ad/ad_inherited.dart
Lines 5 to 8 in c90807a