Scaffold

PHOTO EMBED

Sun Jan 16 2022 12:45:42 GMT+0000 (Coordinated Universal Time)

Saved by @zbahadir #dart

return Scaffold(
  appBar: AppBar(
    title: const Text('Title'),
  ),
  body: const Center(
    child: Text('Test Page'),
  ),
);
content_copyCOPY