modal_progress_hud icon indicating copy to clipboard operation
modal_progress_hud copied to clipboard

Expose stack alignment

Open Prn-Ice opened this issue 4 years ago • 2 comments

Im using your plugin with a bottomsheet and it aligned the bottomsheet to the top of the screen on load.

Editing the source fixed this:

return new Stack(
      alignment: Alignment.bottomCenter // Added this,
      children: widgetList,
    );

Prn-Ice avatar Jul 31 '20 14:07 Prn-Ice

have you tried to use offset? https://github.com/mmcc007/modal_progress_hud/blob/dea451b13aba9cbb08d9086bd226dd50ef3355bd/lib/modal_progress_hud.dart#L52-L60

MartinJLee avatar Sep 26 '20 05:09 MartinJLee

No, I'll try that later

Prn-Ice avatar Sep 26 '20 11:09 Prn-Ice