add pagination for pages
This commit is contained in:
@@ -400,7 +400,7 @@ class _HomePageState extends State<HomePage> {
|
||||
Navigator.of(context).push(RightLeftPageRoute(Profile()));
|
||||
},
|
||||
iconSize: 30,
|
||||
icon: Icon(Icons.account_circle),
|
||||
icon: Icon(Icons.account_circle,color: buttonColor,),
|
||||
);
|
||||
|
||||
var searchInput = Row(children: [
|
||||
|
||||
Reference in New Issue
Block a user