isSwitchingPath property
If path switcher opened. 是否正在进行路径选择
Implementation
final ValueNotifier<bool> isSwitchingPath = ValueNotifier<bool>(false);
If path switcher opened. 是否正在进行路径选择
final ValueNotifier<bool> isSwitchingPath = ValueNotifier<bool>(false);