Hide a bunch of expert-properties by default

This commit is contained in:
2025-11-09 22:00:29 +01:00
parent fd5e714074
commit febc0a8f43
9 changed files with 248 additions and 136 deletions

View File

@@ -79,8 +79,8 @@ class _BadgeDisplayState extends State<BadgeDisplay> {
Positioned _buildCloseButton(BuildContext context, Color colFG) {
return Positioned(
top: 1,
right: 1,
top: 4,
right: 4,
child: Material(
color: Colors.transparent,
child: InkWell(