feat: Add bulk edit options (WIP)

This commit is contained in:
Anton Stubenbord
2023-03-11 18:39:27 +01:00
parent c7b5298845
commit 81822f5897
8 changed files with 431 additions and 17 deletions

View File

@@ -80,7 +80,7 @@ class _DocumentFilterFormState extends State<DocumentFilterForm> {
slivers: [
if (widget.header != null) widget.header!,
..._buildFormFieldList(),
SliverToBoxAdapter(
const SliverToBoxAdapter(
child: SizedBox(
height: 32,
),