@@ -23,7 +23,7 @@ class PopoverPage extends Example {
2323 mainAxisSize: .min,
2424 crossAxisAlignment: .start,
2525 children: [
26- Text ('Dimensions' , style: context.theme.typography.base ),
26+ Text ('Dimensions' , style: context.theme.typography.md ),
2727 const SizedBox (height: 7 ),
2828 Text (
2929 'Set the dimensions for the layer.' ,
@@ -85,7 +85,7 @@ class HorizontalPopoverPage extends Example {
8585 mainAxisSize: .min,
8686 crossAxisAlignment: .start,
8787 children: [
88- Text ('Dimensions' , style: context.theme.typography.base ),
88+ Text ('Dimensions' , style: context.theme.typography.md ),
8989 const SizedBox (height: 7 ),
9090 Text (
9191 'Set the dimensions for the layer.' ,
@@ -148,7 +148,7 @@ class NoHideRegionPopoverPage extends Example {
148148 mainAxisSize: .min,
149149 crossAxisAlignment: .start,
150150 children: [
151- Text ('Dimensions' , style: context.theme.typography.base ),
151+ Text ('Dimensions' , style: context.theme.typography.md ),
152152 const SizedBox (height: 7 ),
153153 Text (
154154 'Set the dimensions for the layer.' ,
@@ -209,7 +209,7 @@ class NestedPopoverPage extends Example {
209209 mainAxisSize: .min,
210210 crossAxisAlignment: .start,
211211 children: [
212- Text ('Dimensions' , style: context.theme.typography.base ),
212+ Text ('Dimensions' , style: context.theme.typography.md ),
213213 const SizedBox (height: 7 ),
214214 Text (
215215 'Set the dimensions for the layer.' ,
@@ -299,7 +299,7 @@ class BlurredPopoverPage extends Example {
299299 mainAxisSize: .min,
300300 crossAxisAlignment: .start,
301301 children: [
302- Text ('Dimensions' , style: context.theme.typography.base ),
302+ Text ('Dimensions' , style: context.theme.typography.md ),
303303 const SizedBox (height: 7 ),
304304 Text (
305305 'Set the dimensions for the layer.' ,
@@ -361,7 +361,7 @@ class FlipPopoverPage extends Example {
361361 mainAxisSize: .min,
362362 crossAxisAlignment: .start,
363363 children: [
364- Text ('Dimensions' , style: context.theme.typography.base ),
364+ Text ('Dimensions' , style: context.theme.typography.md ),
365365 const SizedBox (height: 7 ),
366366 Text (
367367 'Set the dimensions for the layer.' ,
@@ -424,7 +424,7 @@ class SlidePopoverPage extends Example {
424424 mainAxisSize: .min,
425425 crossAxisAlignment: .start,
426426 children: [
427- Text ('Dimensions' , style: context.theme.typography.base ),
427+ Text ('Dimensions' , style: context.theme.typography.md ),
428428 const SizedBox (height: 7 ),
429429 Text (
430430 'Set the dimensions for the layer.' ,
@@ -487,7 +487,7 @@ class AllowOverflowPopoverPage extends Example {
487487 mainAxisSize: .min,
488488 crossAxisAlignment: .start,
489489 children: [
490- Text ('Dimensions' , style: context.theme.typography.base ),
490+ Text ('Dimensions' , style: context.theme.typography.md ),
491491 const SizedBox (height: 7 ),
492492 Text (
493493 'Set the dimensions for the layer.' ,
0 commit comments