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 020e5c3 commit 0f5f218Copy full SHA for 0f5f218
example/lib/storybook/stories/help_widget_story.dart
@@ -31,13 +31,17 @@ WidgetbookComponent get helpWidgetStory => WidgetbookComponent(
31
width: testWidth,
32
child: OverlayWidget(
33
alignment: _alignment,
34
- overlayWidget: HorizontalHelpWidget(alignment: _alignment,),
+ overlayWidget: HorizontalHelpWidget(
35
+ alignment: _alignment,
36
+ ),
37
child: ListView(
38
children: [
39
for (var i = 0; i < _listLength; i++)
40
Text(
41
i.toString(),
- style: const TextStyle(color: Colors.white,),
42
+ style: const TextStyle(
43
+ color: Colors.white,
44
45
),
46
],
47
0 commit comments