Increased height of ActionCell (#193)

LGTM!
This commit is contained in:
Hari07 2021-12-23 09:11:19 +05:30 committed by GitHub
parent b25db57fca
commit 7270c578e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ abstract class ActionItem {
class ActionListSizes {
static double itemHPadding = 10;
static double itemHeight = 16;
static double itemHeight = 20;
static double padding = 6;
}