GridOptions

constructor(columns: Int = 2, rows: Int = 2, items: List<GridItem>? = null, style: ComponentStyle = ComponentStyle(), spacing: Float = 8.0f, aspectRatio: Float = 16f / 9f, alignment: Alignment = Alignment.Center, justifyContent: Alignment = Alignment.Center, backgroundColor: Color = Color.Transparent, padding: EdgeInsets = EdgeInsets.zero, margin: EdgeInsets = EdgeInsets.zero, borderRadius: Float = 0.0f, borderWidth: Float = 0.0f, borderColor: Color = Color.Transparent, responsive: Boolean = true, maxItemsPerRow: Int = 4, minItemWidth: Float = 200.0f, minItemHeight: Float = 150.0f)