flxTrack function
Register a ValueListenable with the current Flx widget
Implementation
void flxTrack(ValueListenable<dynamic> listenable) {
_currentTrackingState?._addListener(listenable);
}
Register a ValueListenable with the current Flx widget
void flxTrack(ValueListenable<dynamic> listenable) {
_currentTrackingState?._addListener(listenable);
}