1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-18 04:48:02 +00:00

Added title (#614)

This commit is contained in:
Alabhya
2020-12-15 11:31:15 +05:30
committed by GitHub
parent 8af3a63da3
commit e940d54618
14 changed files with 35 additions and 12 deletions

View File

@@ -11,7 +11,9 @@ class PhysicsCardDragDemo extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
appBar: AppBar(
title: Text('Spring Physics'),
),
body: DraggableCard(
child: FlutterLogo(
size: 128,