Configure SpeedDial Labels
masterYou can add labels to the SpeedDial to mimic an Extended FloatingActionButton.
- Main Label: Use the
labelproperty to specify a widget for the main button. UseactiveLabelto specify a different widget when the dial is open. You can customize the transition usinglabelTransitionBuilder(defaults to a fade transition). - Child Labels: Each child button can have a
label(aString) which is styled vialabelStyle. Alternatively, you can uselabelWidgetto provide a custom widget for the child's label.
If the label parameter is not provided, no label will be rendered.