Package com.nyangzzi.responsive_layout_grid_compose.core.column

Types

Link copied to clipboard
@Immutable
interface ResponsiveColumnScope

Functions

Link copied to clipboard
@Composable
inline fun ResponsiveColumn(    modifier: Modifier = Modifier,     config: ResponsiveConfig.Vertical = ResponsiveConfig.init(),     layoutHeight: Dp = LocalConfiguration.current.screenHeightDp.dp,     @IntRange(from = -1) totalRows: Int,     crossinline content: @Composable ResponsiveColumnScope.() -> Unit)

Responsive Column Layout Gird