isSwitchingPath property

ValueNotifier<bool> isSwitchingPath
final

If path switcher opened. 是否正在进行路径选择

Implementation

final ValueNotifier<bool> isSwitchingPath = ValueNotifier<bool>(false);