padding property

EdgeInsetsGeometry? padding
final

The amount of space by which to inset the content.

If the actions are below the content, this defaults to EdgeInsetsDirectional.only(start: 16.0, top: 24.0, end: 16.0, bottom: 4.0).

If the actions are trailing the content, this defaults to EdgeInsetsDirectional.only(start: 16.0, top: 2.0).

Implementation

final EdgeInsetsGeometry? padding;