Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('Container as a layout')),
body: Container(
height: double.infinity,
width: double.infinity,
color: Colors.yellowAccent,
child: Text("Hi"),
),
);
}
Đăng ký:
Đăng Nhận xét (Atom)
How to reload app in flutter
Phoenix . rebirth (context);
-
Wrap( children: [ MyWidget(), MyWidget(), MyWidget(), MyWidget(), MyWidget(), ], ),
-
try { final request = await client . get (...); final response = await request . close () . timeout ( const Duration ( se...
-
final formatter = new NumberFormat ( "#,###" ); new Text ( formatter . format ( 1234 )), // formatted number will be: 1,234 ...
Không có nhận xét nào:
Đăng nhận xét