OudsBulletListUnorderedBullet

The bullet used in an unordered OudsBulletList.

Inheritors

Types

Link copied to clipboard
class Default(brandColor: Boolean = false) : OudsBulletListUnorderedBullet

The default bullet style.

Link copied to clipboard
class Free(val painter: Painter, brandColor: Boolean = false) : OudsBulletListUnorderedBullet

A bullet represented by a custom Painter. This allows for complete visual customization of the bullet, for instance by using a Solaris icon.

Link copied to clipboard
class Tick(brandColor: Boolean = false) : OudsBulletListUnorderedBullet

A bullet represented by a tick (check) icon.

Properties

Link copied to clipboard