fix: right icon size sam as left one (#3494)

This commit is contained in:
Lakhan Baheti 2023-09-22 15:55:27 +05:30 committed by GitHub
parent 0ccced4b54
commit 047f1a0b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class _GridPropertyCellState extends State<GridPropertyCell> {
),
);
},
icon: visibleIcon.padding(all: 6.0),
icon: visibleIcon.padding(all: 4.0),
),
onTap: () => _popoverController.show(),
).padding(horizontal: 6.0),