KeyValueBlockInset

class KeyValueBlockInset(fillChar: Char = ' ') : KeyValueInset

Dynamic block inset: Creates an inset with (key.length + 1) characters, e.g., spaces.

Constructors

Link copied to clipboard
constructor(fillChar: Char = ' ')

Functions

Link copied to clipboard
open override fun getInsetForKey(key: String): String

Provides the inset for continued lines of the value based on the key.