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