appbar Questions

7

Solved

I'm trying to change the AppBar title depending on which page the user is on - the pages are controlled by a BottomNavigationBar which loads the different classes(pages) The only way i've managed ...
Prosimian asked 3/7, 2019 at 9:59

8

I'm new to flutter. I'm trying to create a custom appbar widget and importing the widget in pages. But I was unable to create the widget. import 'package:flutter/material.dart'; class AppBar ext...
Electrician asked 14/11, 2018 at 6:0

5

Solved

I've implemented a Drawer in my Flutter app. Closed Drawer: Opened Drawer: As you can see, the Drawer is on top of the Appbar. Before I started the app on Flutter, we had a native Android a...
Alleyn asked 26/7, 2018 at 22:41

7

Solved

The SliverAppBar has an attribute bottom which has to have preferredSize. Right now I have it returning constant value: ... new SliverAppBar( expandedHeight: _kFlexibleSpaceMaxHeight, flexibl...
Voelker asked 14/3, 2018 at 0:33

19

Solved

I am wondering, if anyone knows of a way to remove the back button that shows up on the appBar in a flutter app when you use Navigator.pushNamed to go to another page. The reason I do not want it o...
Redpoll asked 7/7, 2017 at 19:18

8

Solved

I am starting to use React/Material-UI, and also new to CSS etc... I have a simple page layout with an APPBar. Unfortunately this AppBar overlaps the elements which are meant to go below it. I hav...
Mercado asked 5/11, 2019 at 22:24

7

Solved

Is it possible to add a background image to the Scaffold's AppBar? I know about sliver but when you scrolldown the image gets hidden and the AppBar changes color right? So I want to know if this is...
Radiotelephone asked 4/9, 2018 at 7:12

3

Solved

I'm pretty new to the Material UI Library but I really like it so far! However, i am having an issue with the AppBar component overlaying over my other content. I currently have <AppBar /> an...
Programmer asked 22/6, 2018 at 17:11

16

Solved

How can I get the height of an AppBar in Flutter? I am using the MarialApp Widget ('package:flutter/material.dart'). I have the height of my Context and would like to deduct the height of the appba...
Stand asked 28/4, 2018 at 11:16

4

Solved

Is there a way to remove the drop shadow under the app bar (AppBar class) when using a Scaffold widget in Flutter?
Rebuff asked 27/2, 2018 at 17:56

5

I have an AppBar in main.dart and I want to defined it as primary on it's child, But I want to change the title of AppBar itself when I'm on child's page, how can i do that properly? void main() =...
Cohlette asked 18/4, 2019 at 3:53

10

Solved

I'm trying to change the color of the system status bar to black. The configuration seems to be overridden by the AppBar class. I can achieve what I want by assigning the theme: to ThemeData.dark()...
Arrowood asked 23/3, 2018 at 1:49

2

Solved

I'm using a SliverAppBar including a background Image and Title. Title text is white and I need to change the color to black on the AppBar is 'reduced' (since tabbar is white as well). How to do t...
Cassette asked 4/12, 2018 at 22:47

3

Solved

I'm building a React App with Material-UI and can't figure out how to center the 3 tabs within the blue AppBar. Currently, they are all left-aligned, as such: https://i.imgur.com/MjQIuBl.png (can'...
Induction asked 5/3, 2018 at 0:4

4

The Scaffold-Widget only allows to place a FloatingActionButton at the bottom right or the bottom center. How can I place it between AppBar and body like here? [
Prismoid asked 26/4, 2018 at 8:14

7

Solved

How do I set the backgroundColor of theAppBar to a gradient?
Benzo asked 18/5, 2018 at 13:31

4

I can't change my AppBar title text color using AppBar titleTextStyle. I know I can set the AppBar title style in some ways like using style in textWidget or set the textTheme in AppBar, but I just...
Obed asked 19/3, 2021 at 3:22

3

I found it hard to create navbar with menus on Material UI. I've read it's AppBar documentation. But, it seems they doesn't provide that feature. 1) Material UI AppBar 2) React Bootstrap Navba...
Inconvincible asked 5/9, 2017 at 10:49

5

Solved

As per Material Design guidelines: Upon scrolling, the top app bar can […] transform in the following ways: - Scrolling upward hides the top app bar - Scrolling downward reveals the top app ba...
Fioritura asked 4/10, 2017 at 14:44

2

Solved

I have moved my AppBar downwards but now it's height is too big. I want to know how I can subtract the status bar's height from my AppBar's height. Here is what it looks like at the moment: Here...
Angilaangina asked 1/6, 2019 at 16:27

9

Solved

How to change background color of TabBar without changing the AppBar? The TabBar does not have a background property, is there a workaround?
Convenance asked 28/5, 2018 at 12:47

3

How to draw custom shape for the appBar in my application to look like the image?
Brumfield asked 3/7, 2020 at 0:49

6

Solved

I'd like to make the status bar transparent by adding <item name="android:statusBarColor">@android:color/transparent</item> to v21/styles.xml on style name="AppTheme.NoActionBar" but I ...
Canadian asked 29/2, 2016 at 15:8

1

Solved

i want to fill the image to max size of page and fill the edges below the appbar. i can fill the image to full background without using scaffold but in this case i need to use scaffold. the screen...
Polygynist asked 22/11, 2021 at 11:23

3

Solved

I'd like to display an image on the left of a Material-UI AppBar, but keep the "hamburger" menu and have the image just to the right of that. Is it possible? I can add an image to the left using ...
Officiant asked 6/11, 2016 at 15:1

© 2022 - 2025 — McMap. All rights reserved.