horizontalPadding property

double? horizontalPadding
final

The horizontalPadding is the Padding value in the horizontal direction of the widget, i.e, the widget is padded above and below with this value.

Default value is set to 35.

Implementation

final double? horizontalPadding;