notifier property

ValueNotifier<Matrix4> notifier
final

Notifiers for updating the widget when changes occur.

Implementation

final ValueNotifier<Matrix4> notifier = ValueNotifier(Matrix4.identity());