Commit 5396ed7b authored by Dasun Madushanka's avatar Dasun Madushanka

Update products_screen.dart

parent 0d9fea88
......@@ -4,6 +4,8 @@ import 'package:flutter_svg/svg.dart';
import 'components/body.dart';
//hotstars
class ProductsScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
......@@ -13,7 +15,7 @@ class ProductsScreen extends StatelessWidget {
body: Body(),
);
}
//can change main manu bar details
AppBar buildAppBar() {
return AppBar(
elevation: 0,
......
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