Open toth-istvan-zoltan opened 1 month ago
Gap between the last and the one but the last grid row is wrong for some reason. If I change the repeat to 6 the gap is the same but I'm not sure if it is 16 dp.
6
grid { colTemplate(100.dp, 400.dp, 1.fr) .. alignItems.startCenter .. gap { 16.dp } rowTemplate(44.dp repeat 5) textEditor() intEditor() timeEditor() dateEditor() enumEditor() }
Gap between the last and the one but the last grid row is wrong for some reason. If I change the repeat to
6
the gap is the same but I'm not sure if it is 16 dp.