From 26ef40327d4ddee9baec5070a7575639632d1024 Mon Sep 17 00:00:00 2001 From: jordyhers Date: Sun, 21 May 2023 22:41:22 +0200 Subject: [PATCH] #31 fix: linting --- lib/src/layout/layout_modern.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/layout/layout_modern.dart b/lib/src/layout/layout_modern.dart index 2ebc719..a3deb08 100644 --- a/lib/src/layout/layout_modern.dart +++ b/lib/src/layout/layout_modern.dart @@ -318,10 +318,10 @@ class _LayoutModernState extends State { ), ), Config.spaceBox(Config.smallSpacer), - Row( + const Row( mainAxisAlignment: MainAxisAlignment.center, - children: const [ + children: [ SHDivider(), ], ), @@ -417,10 +417,10 @@ class _LayoutModernState extends State { ], ), ), - Row( + const Row( mainAxisAlignment: MainAxisAlignment.center, - children: const [ + children: [ SHDivider(), ], ),