titlePadding property

EdgeInsetsGeometry titlePadding
final

Padding around the title.

If there is no title, no padding will be provided.

By default, this provides the recommend Material Design padding of 24 pixels around the left, top, and right edges of the title.

See contentPadding for the conventions regarding padding between the title and the children.

Implementation

final EdgeInsetsGeometry titlePadding;