mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-27 17:30:42 +00:00
Add separator divider elements in lists
This commit is contained in:
@ -300,7 +300,10 @@ class _InvenTreeLoginSettingsState extends State<InvenTreeLoginSettingsWidget> {
|
||||
),
|
||||
body: Container(
|
||||
child: ListView(
|
||||
children: children,
|
||||
children: ListTile.divideTiles(
|
||||
context: context,
|
||||
tiles: children
|
||||
).toList(),
|
||||
)
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
|
Reference in New Issue
Block a user