chore: add padding to bottom of vocab list view so practice button doesn't block last vocab entries (#5132)
This commit is contained in:
parent
69fbe58378
commit
8a669b75e9
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ class VocabAnalyticsListView extends StatelessWidget {
|
|||
childCount: _filteredVocab!.length,
|
||||
),
|
||||
),
|
||||
const SliverToBoxAdapter(child: SizedBox(height: 75.0)),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue