trackLayoutChanges property

  1. @override
set trackLayoutChanges (bool trackLayoutChanges)
override

Sets whether the source should be tracked for changes.

Implementation

@override
set trackLayoutChanges(bool trackLayoutChanges) {
  state.trackLayoutChanges = trackLayoutChanges;
}