contentPadding property

EdgeInsetsGeometry? contentPadding
final

The padding around the content area in both StepperType.vertical and StepperType.horizontal steppers.

For StepperType.horizontal, defaults to EdgeInsets.all(24.0).

For StepperType.vertical, defaults to EdgeInsetsDirectional.only(start: 60.0, end: 24.0, bottom: 24.0). The start padding is also increased by the left value of stepIconMargin if it is provided.

Implementation

final EdgeInsetsGeometry? contentPadding;