Group

class Group(val text: String = "", val icon: IconComposable? = null, val items: List<MenuItem>) : MenuItem

Constructors

Link copied to clipboard
constructor(text: String = "", icon: IconComposable? = null, items: List<MenuItem>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard