titlePadding property

EdgeInsets? titlePadding
final

The title EdgeInsets padding of the title.

Defaults to:

EdgeInsets.fromLTRB(16.0, 16.0, 16.0, 0.0)

Implementation

final EdgeInsets? titlePadding;