isFocusPointDisplays property
Whether the focus point is displaying. 是否正在展示当前的聚焦点
Implementation
final ValueNotifier<bool> isFocusPointDisplays = ValueNotifier<bool>(false);
Whether the focus point is displaying. 是否正在展示当前的聚焦点
final ValueNotifier<bool> isFocusPointDisplays = ValueNotifier<bool>(false);