contentPadding property

EdgeInsetsGeometry contentPadding
final

Padding applied around the content widget of every panel.

Defaults to EdgeInsets.fromLTRB(16, 0, 16, 14).

Implementation

final EdgeInsetsGeometry contentPadding;