itemBuilder property

SpeedDialItemBuilder<T> itemBuilder
final

The builder for the speed dial items. This will typically return a small FloatingActionButton. However any widget with an intrinsic size might be returned here.

This builder will be called for every item defined in items.

Pass the Animation object (or a derivative of it) to one or a combination of multiple Flutters predefined transition classes.

Implementation

final SpeedDialItemBuilder<T> itemBuilder;