padding property

EdgeInsets? padding
final

Padding around the outside of the list group.

Defaults to EdgeInsets.only( bottom: tileTheme.tileMargin,top: tileTheme.tileMargin + additionalMargin);

Implementation

final EdgeInsets? padding;