pub fn LiquidListRow(
__arg0: Modifier,
__arg1: LiquidListRowSpec,
on_click: impl Fn() + 'static,
content: impl FnMut() + 'static,
)Expand description
One tappable row inside a LiquidCard / LiquidListSection: a press
wash and an optional hairline separator; content lays out the row.