padding property

EdgeInsetsGeometry? padding
getter/setter pair

Matches IconButton's 8 dps padding by default. In some cases, notably where this button appears as the trailing element of a list item, it's useful to be able to set the padding to zero.

Implementation

EdgeInsetsGeometry? padding;