Form

abstract class Form

Abstract class representing a form.

It's intended that this be expanded past ModalForm and be transformed into something that can be used directly with messages as well - but that's a job to be done by someone that needs it.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val grid: WidgetGrid

A grid containing rows of widgets.

Link copied to clipboard
open val timeout: Duration

How long to wait before we stop waiting for this modal to be submitted.