containerPaddingOf static method
Returns horizontal padding matching the row padding used by sections.
Implementation
static EdgeInsetsGeometry containerPaddingOf(BuildContext context) {
final theme = DraftModeUITheme.of(context);
return EdgeInsets.symmetric(horizontal: theme.rowPaddingHorizontal);
}