Container(
[
const Container(
[
Skeleton(style: [Size.w16, Size.h16, Flex.shrink0, Effects.roundedFull]),
Container(
[
Skeleton(style: [Size.h4, Size.w20]),
Skeleton(style: [Size.h4, Size.w24]),
],
style: [Layout.flex, Layout.flexCol, Layout.gap4],
)
],
style: [Layout.flex, Layout.gap4, Alignment.itemsCenter],
),
const Skeleton(style: [Size.h32, Size.wFull]),
],
style: [Layout.flex, Layout.flexCol, Layout.gap4, Size.w(52)],
)