Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityDarkLab committed Jan 25, 2024
1 parent 5507393 commit 9668ca4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/views/course_view/list_courses_view/courses_list_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@ class CoursesList extends ConsumerWidget {
backgroundColor: Colors.white,
strokeWidth: 2.0,
displacement: 20.0,
/* child: CustomScrollView(
slivers: [
SliverToBoxAdapter(
child: Padding(
padding: const EdgeInsets.all(16.0),
child: Text(
title,
style: const TextStyle(
fontSize: 20.0,
fontWeight: FontWeight.bold,
),
),
),
),
courses.isEmpty
? SliverFillRemaining(child: _buildPlaceholder())
: _buildCourseListView(),
],*/
child: SingleChildScrollView(
child: courses.isEmpty
? _buildPlaceholder()
Expand Down

0 comments on commit 9668ca4

Please sign in to comment.