mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
copy edit modal sheet demo (#20703)
This commit is contained in:
parent
db8d63575e
commit
eec2e629bf
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user