lazy property

bool? lazy
final

Whether the notifier should be created lazily.

When true (default), the notifier is created only when first accessed. When false, the notifier is created immediately when the widget is built.

This parameter is ignored when using NotifierRegister.value.

Implementation

final bool? lazy;