activeSelectorPath property
AFSparsePathWidgetSelector?
get
activeSelectorPath
Implementation
AFSparsePathWidgetSelector? get activeSelectorPath {
if(underPaths.isEmpty) {
return null;
}
return underPaths.last;
}