Get a virtual tour of the museum. Ideal for schools and events.
Stay updated and see our current exhibitions here.
Get to know our opening times, ticket prices and discounts.
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../controllers/shopscreen_controller.dart'; class ShopscreenView extends GetView<shopscreencontroller> { @override Widget build(BuildContext context) { return DefaultTabController(length: 4, child: Scaffold( appBar: AppBar( elevation: 7, leading: Icon(Icons.offline_bolt), backgroundColor: Colors.deepPurple, actions: [ IconButton(onPressed: (){}, icon: Icon(Icons.search_off)) ], title: Container( // height: 30,</shopscreencontroller><shopscreencontroller> child: TextFormField( decoration: const InputDecoration( // border: ROunde, labelText: 'Search', suffixIcon: Icon(Icons.account_circle_sharp) ), ), ), bottom: TabBar( tabs: [ Tab(child: Text("MEN"),), Tab(child: Text("WOMEN"),), Tab(child: Text("KIDS"),), Tab(child: Text("SHOES"),), ], ), ), body: TabBarView( children: [ Text("Men"), Text("Women"), Text("Kids"), Text("Shoes"), ], ) import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../controllers/shopscreen_controller.dart'; class ShopscreenView extends GetView<shopscreencontroller> { @override Widget build(BuildContext context) { return DefaultTabController(length: 4, child: Scaffold( appBar: AppBar( elevation: 7, leading: Icon(Icons.offline_bolt), backgroundColor: Colors.deepPurple, actions: [ IconButton(onPressed: (){}, icon: Icon(Icons.search_off)) ], title: Container( // height: 30,</shopscreencontroller><shopscreencontroller> child: TextFormField( decoration: const InputDecoration( // border: ROunde, labelText: 'Search', suffixIcon: Icon(Icons.account_circle_sharp) ), ), ), bottom: TabBar( tabs: [ Tab(child: Text("MEN"),), Tab(child: Text("WOMEN"),), Tab(child: Text("KIDS"),), Tab(child: Text("SHOES"),), ], ), ), body: TabBarView( children: [ Text("Men"), Text("Women"), Text("Kids"), Text("Shoes"), ], ) ), ); } }</shopscreencontroller> ), ); } }</shopscreencontroller>
For Queries And Assistance
Some Topic Worked On fluttermafia