Unverified Commit eec2e629 authored by xster's avatar xster Committed by GitHub

copy edit modal sheet demo (#20703)

parent db8d6357
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment