lazyBind property
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;