From 8443adceb25fc877127c59e36dd10b7b48ce41ea Mon Sep 17 00:00:00 2001 From: haolun <> Date: Thu, 1 Jun 2023 15:19:39 +0800 Subject: [PATCH] clean up --- lib/x_widget/x_skeleton.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/x_widget/x_skeleton.dart b/lib/x_widget/x_skeleton.dart index 2b925f6..2eb5698 100644 --- a/lib/x_widget/x_skeleton.dart +++ b/lib/x_widget/x_skeleton.dart @@ -126,8 +126,6 @@ class XSkeleton extends StatefulWidget { scrollDirection: scrollDirection, itemCount: count, ); - - // return Column(children: widgetList); } /// Accepts a [double], set width of the skeleton effect