initial property

LazxWidgetBuilder<T> initial
final

The builder functions that will be call each time the data is updated, depending on the LxState of the data.

Only the initial one is required, the other ones are optional.

Implementation

final LazxWidgetBuilder<T> initial;