padding property

EdgeInsets? padding
final

The amount of space to surround the child with.

Defaults to EdgeInsets.symmetric(vertical: 8.0, horizontal: 24.0).

Implementation

final EdgeInsets? padding;