We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2326c commit cd0eeb8Copy full SHA for cd0eeb8
lib/ads/widgets/demo_native_ad_widget.dart
@@ -23,7 +23,7 @@ class DemoNativeAdWidget extends StatelessWidget {
23
24
// Determine the height based on the headlineImageStyle, mimicking real ad widgets.
25
final adHeight = headlineImageStyle == HeadlineImageStyle.largeThumbnail
26
- ? 340 // Height for medium native ad template
+ ? 250 // Height for medium native ad template
27
: 120; // Height for small native ad template
28
29
return Card(
0 commit comments