Browse Source

Update README.md

pull/1/head
Bartosz Wróbel 2 years ago committed by GitHub
parent
commit
122bb92606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -21,8 +21,7 @@ Scaffold(
crossAxisAlignment: CrossAxisAlignment.stretch, crossAxisAlignment: CrossAxisAlignment.stretch,
children: const <Widget>[ children: const <Widget>[
AutoScrollText( AutoScrollText(
text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
textStyle: TextStyle(fontSize: 24), textStyle: TextStyle(fontSize: 24),
), ),
], ],

Loading…
Cancel
Save