notifier property
Notifiers for updating the widget when changes occur.
Implementation
final ValueNotifier<Matrix4> notifier = ValueNotifier(Matrix4.identity());
Notifiers for updating the widget when changes occur.
final ValueNotifier<Matrix4> notifier = ValueNotifier(Matrix4.identity());