class InputProvider
Reusable Input form entry.
<init>
InputProvider(size: Long? = null, block: () -> Input)
block
val block: () -> Input
: content generator
size
val size: Long?
estimate for data produced by the block or null if no size estimation known
null