bodyPadding property

EdgeInsets? bodyPadding
final

The body EdgeInsets padding of the body. Defaults to:

EdgeInsets.all(16.0)

Implementation

final EdgeInsets? bodyPadding;