Skip to content

Commit

Permalink
ColumnをListViewに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiwakata committed Aug 5, 2023
1 parent 225a720 commit 39008c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class _FirebaseStorageSampleState
appBar: AppBar(
title: const Text('FirebaseStorageを使用するサンプル画面'),
),
body: Column(
body: ListView(
children: [
const Gap(8),
SizedBox(
Expand Down

0 comments on commit 39008c0

Please sign in to comment.