void _onLoading() { showDialog( context: context, barrierDismissible: false, child: Center( child: Container( height: 30.0, width: 30.0, child: CircularProgressIndicator( backgroundColor: Colors.red, valueColor: AlwaysStoppedAnimation(Colors.redAccent), ), ), ) ); }
Thứ Tư, 28 tháng 8, 2019
Show 1 CircularProgressIndicator() trong flutter
Đăng ký:
Đăng Nhận xét (Atom)
How to reload app in flutter
Phoenix . rebirth (context);
-
Wrap( children: [ MyWidget(), MyWidget(), MyWidget(), MyWidget(), MyWidget(), ], ),
-
FocusScope . of ( context ). requestFocus ( FocusNode ());
-
double d = 20.5 ; int i = d . toInt (); // i = 20 int i = d . round (); // i = 21 int i = d . ceil (); // i = 21 int i = ...
Không có nhận xét nào:
Đăng nhận xét