Questions tagged [speed-dial]
22 questions
188
votes
5 answers
Android Design Support Library expandable Floating Action Button(FAB) menu
Now that the Android Design Support Library is out, does anyone knows how to implement expanded Fab menu with it, like the fab on Inbox App?
Should look like this:

geekkoz
- 3,654
- 4
- 21
- 19
15
votes
3 answers
Android Floating Action Button options Menu
There are lots of custom libraries for achieving the FAB menu thing. But I want it to be done without using any custom libraries. I want to achieve this FAB Menu natively.
Please don't suggest me any custom library

asad.qazi
- 2,449
- 3
- 23
- 35
11
votes
3 answers
Android FloatingActionButton Speed Dial
I am currently working on an Android app in which I use a FloatingActionButton. I would like to use the speed dial to have multiple actions that spin/jump out of the action button as described in this page by Google on Android design, or as could be…

Sneaky Tinkerton
- 113
- 1
- 1
- 4
5
votes
3 answers
How to handle speed dial actions using material ui?
I have three actions supporting my SpeedDialAction, however when I try to log the event of the individual actions onClick, I get undefined.
I have tried using different functions as actions, also tried arrow function syntax in the method…

Addibro
- 107
- 1
- 8
4
votes
5 answers
Flutter Error: no named parameter with the name "overflow"
I am working on an app in flutter, and everything was working fine when suddenly one day when i tried to run the app it get me this…

miguel saldivar
- 41
- 1
- 1
- 2
4
votes
1 answer
Can I disable the Material-UI SpeedDial mouseover event
I am wanting to disable the default mouseover/hover behaviour of Material-UI's SpeedDial component (https://material-ui.com/api/speed-dial/). Currently when you mouseover the primary icon, the SpeedDial component will open. It will also open on…

OJJ
- 103
- 10
2
votes
1 answer
Google Map is clickable under the SpeedDial overlay in flutter web
I developed a flutter web application that has google map widget as a part of Scaffold body. I use flutter_speed_dial as a floating action button. When I click on SpeedDial, it shows an overlay on whole screen, but the map is still clickable.
I know…

fatemeh akhlaghi
- 31
- 4
2
votes
1 answer
Position Speed dial menu (Material UI) above nested div
Sandbox code: Link
I have two nested divs , namely , speeddial-div and outer-div. The speed-dial div has a Speed Dial component from Material UI (find here) which shows floating icons. Presently when I hover over the component it overflows and a…

eternityparadigm
- 375
- 3
- 10
2
votes
1 answer
When used together, TooltipClasses and FabProps are not working for SpeedDialAction in Material UI React
While working on SpeedDial component of React's Material UI the following is needed:
Change the background color of speeddial button
Change the background color of speeddialactions
Change the font size of tooltip displayed on hover over…

rahul shukla
- 233
- 3
- 11
1
vote
1 answer
Not updating state of SpeedDialChild (flutter_speed_dial: ^7.0.0)
I'm trying to update SpeedDialChild icon value based on a boolean value.
final showCriticalPoint = useState(false);
SpeedDial(
isOpenOnStart: true,
closeManually: true,
…

Tanvir Ibn Mizan
- 61
- 1
- 6
1
vote
0 answers
dialog box twice and takes time to open on click using speed dial in flutter
i am using speed dial in floating action button for dialog box it takes time to open when i have connected with the api data and user click twice on the button then its open twice [this is the code of the speed dial where i am opening the dialog box…

UTSAV KHAMAR
- 11
- 4
1
vote
1 answer
SpeedDial color change - ReactJS
I'm trying to change SpeedDial color in material-ui. But I can only change three color "default", "primary", and "secondary" using FabProps.

Azin
- 27
- 4
1
vote
2 answers
How to add a text into Material UI speed dial button?
How to change the material ui speeddial button, apparently it uses the Fab default and all you can do is to change the Icon, but I need to add a text as well, for example:
Actions

TBAWG
- 81
- 6
1
vote
3 answers
Is there a way to have a floatingActionButton and a SpeedDial together?
I'm experimenting with SpeedDial and I wanted to know if it's possible to have a SpeedDial and a floatingActionButton in the same screen.
The next code has worked for me for having two FloatingActionButton, but when adding the speeddial, the limits…

pepe calero
- 81
- 5
1
vote
1 answer
How to fetch SPEED Dial contact list in Android?
My question is that SPEED DIAL list shows speed dial contacts list. I want to fetch this SPEED DIAL contact list in my application.

Poonamchand Soni
- 11
- 1