padding property
final
Padding around the outside of the list group.
Defaults to EdgeInsets.only( bottom: tileTheme.tileMargin,top: tileTheme.tileMargin + additionalMargin);
Implementation
final EdgeInsets? padding;
Padding around the outside of the list group.
Defaults to EdgeInsets.only( bottom: tileTheme.tileMargin,top: tileTheme.tileMargin + additionalMargin);
final EdgeInsets? padding;