trailingGap property

double? trailingGap
final

Custom gap between child and trailing.

When null, defaults to the scaled density gap. Set to override the default spacing between the main content and the trailing widget.

Implementation

final double? trailingGap;