verticalSpacing property Null safety
final
verticalSpacing is used to add padding vertically to its overlayChild
when type is OverlayType.positioned. Defaults to 0.0
, can be negative.
Implementation
final double verticalSpacing;
verticalSpacing is used to add padding vertically to its overlayChild
when type is OverlayType.positioned. Defaults to 0.0
, can be negative.
final double verticalSpacing;