efemoney
01/13/2022, 4:31 PMActionItem(...) composables up until a maximum number (eg based on available space, only 3 ActionItem(...) s allowed).
Is this enforceable at compile time? (eg something like coroutines’ @RestrictedSuspension) 🤔 or can it only be implemented as a custom Layout (that maybe checks, at runtime, for a particular parentData type)?Casey Brooks
01/13/2022, 5:34 PMColumn() -> ColumnScope, Box() -> BoxScope, etc)Casey Brooks
01/13/2022, 5:36 PM