paddingBtwSpeedDialButton property

double paddingBtwSpeedDialButton
final

The difference between the main Menu FAB and a speed dial FAB radius if not using FloatingActionButton, this field is required to calculate manually in design... Padding in radian in between each speed dial buttons Default is set to 20.0

Implementation

//  final double difference;

/// Padding in radian in between each speed dial buttons
/// Default is set to 20.0
final double paddingBtwSpeedDialButton;