Chris B
08/17/2024, 5:01 AMalign
function I need to import. It doesn't help that the import suggestions look like this:Chris B
08/17/2024, 5:02 AMChris B
08/17/2024, 5:02 AMChris B
08/17/2024, 5:04 AMimport androidx.compose.foundation.layout.BoxScopeInstance.align
but I get Cannot access '@StabilityInferred(...) @SourceDebugExtension(...) object BoxScopeInstance : BoxScope': it is internal in file
Jasjeet Singh
08/17/2024, 6:33 AMChris B
08/17/2024, 6:39 AMalign()
modifier specified the alignment of the contents, not the alignment within the parent.Chris B
08/17/2024, 6:40 AMJasjeet Singh
08/17/2024, 6:40 AM