padding property

EdgeInsetsGeometry padding
final

The amount of space by which to inset the children.

Defaults to EdgeInsets.symmetric(vertical: 2, horizontal: 3).

Implementation

final EdgeInsetsGeometry padding;