reducedContentPadding

fun reducedContentPadding(start: Dp = 8.dp, top: Dp = 8.dp, end: Dp = 8.dp, bottom: Dp = 8.dp): PaddingValues

Reduced content padding for TableTextField to achieve a more compact appearance. Useful for dense layouts like filter rows.