padding property

EdgeInsets padding
final

Empty space to inscribe inside the toolbar. The title, if any, is placed inside this padding.

Defaults to EdgeInsets.symmetric(horizontal: 8, vertical: 4.0).

Implementation

final EdgeInsets padding;