mirror of
https://github.com/danbulant/cushy
synced 2026-06-18 22:11:34 +00:00
Missing docs
This commit is contained in:
parent
c2bd9911ca
commit
570cfc6d94
1 changed files with 2 additions and 0 deletions
|
|
@ -28,8 +28,10 @@ impl List {
|
|||
/// The style of a [`List`] widget's item indicators.
|
||||
#[derive(Default, Debug, Clone)]
|
||||
pub enum ListStyle {
|
||||
/// A solid circle indicator, using the unicode bullet indicator.
|
||||
#[default]
|
||||
Disc,
|
||||
/// A custom list indicator style.
|
||||
Custom(Arc<dyn ListIndicator>),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue