mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-14 22:55:12 +10:00
Run dart format and verify analyze
This commit is contained in:
@@ -109,11 +109,7 @@ class QuickSwitchBar extends StatelessWidget {
|
||||
clipBehavior: Clip.none,
|
||||
children: [
|
||||
icon,
|
||||
Positioned(
|
||||
right: -6,
|
||||
top: -4,
|
||||
child: UnreadBadge(count: count),
|
||||
),
|
||||
Positioned(right: -6, top: -4, child: UnreadBadge(count: count)),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user