padding property

double? padding
final

The horizontal padding applied to both sides of the page

If not provided, the padding is calculated using the horizontalPadding function, which gets the padding based on the screen width.

Implementation

final double? padding;