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