add new layout
This commit is contained in:
@@ -22,18 +22,3 @@ final List<Course> courses = [
|
||||
color: const Color(0xFF80A4FF),
|
||||
),
|
||||
];
|
||||
|
||||
final List<Course> recentCourses = [
|
||||
Course(title: "State Machine"),
|
||||
Course(
|
||||
title: "Animated Menu",
|
||||
color: const Color(0xFF9CC5FF),
|
||||
iconSrc: "assets/icons/code.svg",
|
||||
),
|
||||
Course(title: "Flutter with Rive"),
|
||||
Course(
|
||||
title: "Animated Menu",
|
||||
color: const Color(0xFF9CC5FF),
|
||||
iconSrc: "assets/icons/code.svg",
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user