Hide a bunch of expert-properties by default
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user