Run dart fix in lib

This commit is contained in:
LukasPoque
2023-11-06 14:27:16 +01:00
parent 8120cbea6d
commit 851d2df84e
5 changed files with 14 additions and 17 deletions

View File

@@ -110,8 +110,7 @@ class _SizedFilamentWidget extends StatefulWidget {
final FilamentController controller;
const _SizedFilamentWidget(
{super.key,
required this.width,
{required this.width,
required this.height,
this.initial,
required this.controller});