Sanmill icon indicating copy to clipboard operation
Sanmill copied to clipboard

It is recommended to ensure that the width and height of these elements are at least 48dp

Open calcitem opened this issue 2 years ago • 0 comments

All elements on the screen that the user can click, touch, or otherwise interact with should be moderately sized to ensure reliable interaction. It is recommended to ensure that the width and height of these elements are at least 48dp.

But after adjustment, you need to slide.

          SimpleDialogOption(
            padding:
                const EdgeInsets.symmetric(vertical: 16.0 /* 8.0 */, horizontal: 24.0),
            child: Text(S.of(context).close),
            onPressed: () => Navigator.pop(context),
          ),

calcitem avatar Oct 23 '22 11:10 calcitem