Update window_utils.dart

This commit is contained in:
Ankit Mahato
2023-07-20 06:01:04 +05:30
parent b12ed83932
commit 38bcbc9dcf

View File

@ -1,5 +1,7 @@
bool showButtonLabelsInBodySuccess(int options, double maxWidth) {
switch (options) {
case 0:
return true;
case 1:
return (maxWidth < 300) ? false : true;
case 2: