Commit 0457d81d authored by Dasun Madushanka's avatar Dasun Madushanka

Update category_list.dart

parent 87597012
...@@ -11,6 +11,7 @@ class CategoryList extends StatefulWidget { ...@@ -11,6 +11,7 @@ class CategoryList extends StatefulWidget {
class _CategoryListState extends State<CategoryList> { class _CategoryListState extends State<CategoryList> {
// by default first item will be selected // by default first item will be selected
int selectedIndex = 0; int selectedIndex = 0;
//add list in menu
List categories = ['All', 'Tests']; List categories = ['All', 'Tests'];
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment