Tooltip Buttons Updated

This commit is contained in:
Ankit Mahato
2023-04-26 02:53:35 +05:30
parent 1d884cd910
commit 1cbdf2dccc
2 changed files with 67 additions and 46 deletions

View File

@ -61,6 +61,7 @@ const kTabAnimationDuration = Duration(milliseconds: 200);
const kTabHeight = 45.0;
const kHeaderHeight = 32.0;
const kSegmentHeight = 24.0;
const kTextButtonMinWidth = 36.0;
const kRandMax = 100000;