spacing property

double? spacing
final

Spacing between expanded toast entries.

Type: double?. If null, defaults to 8.0. Controls the gap between toast notifications when the stack is in expanded state.

Implementation

final double? spacing;