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