RelEntryPos
inner class RelEntryPos(parent: Pos, val previous: DynamicListWidget.Entry.EntryPos?, var next: DynamicListWidget.Entry.EntryPos? = null, offset: Int = 0) : SuppliedPos, DynamicListWidget.Entry.EntryPos
Constructors
Link copied to clipboard
constructor(parent: Pos, previous: DynamicListWidget.Entry.EntryPos?, next: DynamicListWidget.Entry.EntryPos? = null, offset: Int = 0)