fix: Product remove cross is too small (#1718)

This commit is contained in:
Abhishek Bhatt
2022-04-30 21:15:46 +05:30
committed by GitHub
parent 9653f17de1
commit 93f790c488
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,7 @@ const double SMALL_SPACE = 8.0;
const double MEDIUM_SPACE = 12.0;
const double LARGE_SPACE = 16.0;
const double VERY_LARGE_SPACE = 20.0;
const double MINIMUM_TOUCH_SIZE = 48.0;
/// Background, e.g SmoothCard
const Radius ROUNDED_RADIUS = Radius.circular(20.0);