lazyBind property

bool lazyBind
final

Whether to create the controller lazily on first access.

Defaults to true. If true, the controller is created when first accessed. If false, the controller is created immediately during widget initialization.

Implementation

final bool lazyBind;