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