Skip to content

Commit 0f5f218

Browse files
format
1 parent 020e5c3 commit 0f5f218

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

example/lib/storybook/stories/help_widget_story.dart

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,17 @@ WidgetbookComponent get helpWidgetStory => WidgetbookComponent(
3131
width: testWidth,
3232
child: OverlayWidget(
3333
alignment: _alignment,
34-
overlayWidget: HorizontalHelpWidget(alignment: _alignment,),
34+
overlayWidget: HorizontalHelpWidget(
35+
alignment: _alignment,
36+
),
3537
child: ListView(
3638
children: [
3739
for (var i = 0; i < _listLength; i++)
3840
Text(
3941
i.toString(),
40-
style: const TextStyle(color: Colors.white,),
42+
style: const TextStyle(
43+
color: Colors.white,
44+
),
4145
),
4246
],
4347
),

0 commit comments

Comments
 (0)