3
answers
1
watching
171
views

Hi kibettitus2020 saw your answer listed below- 

Question where do I insert it. I put the original code in this link

 

class RestaurantPage extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text("Restaurant"), backgroundColor: Colors.red, ), body: SingleChildScrollView( child: Column( children: <Widget>[ Padding( padding: EdgeInsets.only(top: 10, left: 10.0), child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: <Widget>[ IconButton( icon: Icon(Icons.arrow_back_ios), color: Colors.white, onPressed: () { Navigator.of(context).pop(); }, ), Container( width: 125.0, child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: <Widget>[ IconButton( icon: Icon(Icons.filter_list), color: Colors.white, onPressed: () {}, ), IconButton( icon: Icon(Icons.menu), color: Colors

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in
Avatar image
Read by 1 person
Already have an account? Log in

Related questions

Weekly leaderboard

Start filling in the gaps now
Log in