* popup.dart class Popup { static Widget success(String title, String text) { return Stack( alignment: Alignment.center, children: [ ClipRRect( borderRadius: RadiusConfig.shallow, child: SizedBox( width: 300, height: 270, child: Scaffold( resizeToAvoidBottomInset: false, body: SizedBox( width: double.infinity, child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ AnimatedCheckI..