menu
syncx package
documentation
syncx.dart
NotifierRegister<N extends BaseNotifier<Object?>>
create property
create property
dark_mode
light_mode
create
property
N Function
(
BuildContext
context
)
create
final
A function that creates a new notifier instance.
Implementation
final N Function(BuildContext context) create;
syncx package
documentation
syncx
NotifierRegister<N extends BaseNotifier<Object?>>
create property
NotifierRegister class