BottomPane
BottomPane 是应用 footer 的组合件。
最小示例
let footer = BottomPane::new()
.composer(Input::new().placeholder("Ask").build())
.footer(Text::new("Esc to cancel").build())
.build();关键 builder 方法
.composer(...).footer(...).gap(...).style(...)
Last updated on
