Package com.nyangzzi.responsive_layout_grid_compose.core.row

Types

Link copied to clipboard
object ResponsiveRowBreakPoint
Link copied to clipboard
@Immutable
interface ResponsiveRowScope

Functions

Link copied to clipboard
@Composable
inline fun ResponsiveRow(    modifier: Modifier = Modifier,     config: ResponsiveConfig.Horizontal = ResponsiveConfig.init(),     layoutWidth: Dp = LocalConfiguration.current.screenWidthDp.dp,     @IntRange(from = -1) totalColumns: Int = RESPONSIVE_AUTO,     crossinline content: @Composable ResponsiveRowScope.() -> Unit)

Responsive Row Layout Gird

Properties

Link copied to clipboard
const val RESPONSIVE_AUTO: Int