contentPadding property

EdgeInsetsGeometry contentPadding
final

contentPadding is the padding for the content inside the stepper

default value is EdgeInsets.zero (no Padding)

Implementation

final EdgeInsetsGeometry contentPadding;