contentPadding property

EdgeInsets contentPadding
final

Specifies padding for all header and data rows.

If headerHeight is already specified, this will only affect the header row horizontally.

It defaults to EdgeInsets.symmetric(horizontal: 16.0).

Implementation

final EdgeInsets contentPadding;