This commit is contained in:
Filip Krawczyk 2022-08-25 17:30:02 +02:00
parent 90553794b2
commit 2cc82e6a45
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class EditorToolbar extends HookWidget {
create: (context) => store, create: (context) => store,
child: AsyncStoreListener( child: AsyncStoreListener(
asyncStore: store.imageUploadState, asyncStore: store.imageUploadState,
child: visible.value child: visible
? Container( ? Container(
height: _height, height: _height,
width: double.infinity, width: double.infinity,