From 122bb926066952d733987885458b664b6516f053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Wr=C3=B3bel?= <94292009+Bomsamdi@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:46:57 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b64a9fa..bae7241 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ Scaffold( crossAxisAlignment: CrossAxisAlignment.stretch, children: const [ 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), ), ],