From eec2e629bf4694e07f49b447e494356a0960c11a Mon Sep 17 00:00:00 2001 From: xster Date: Thu, 16 Aug 2018 14:10:04 -0700 Subject: [PATCH] copy edit modal sheet demo (#20703) --- .../lib/demo/material/modal_bottom_sheet_demo.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart b/examples/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart index 3aa1db7332..8fdbf41dd7 100644 --- a/examples/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart +++ b/examples/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart @@ -19,7 +19,7 @@ class ModalBottomSheetDemo extends StatelessWidget { return new Container( child: new Padding( padding: const EdgeInsets.all(32.0), - child: new Text('This is the modal bottom sheet. Click anywhere to dismiss.', + child: new Text('This is the modal bottom sheet. Tap anywhere to dismiss.', textAlign: TextAlign.center, style: new TextStyle( color: Theme.of(context).accentColor,