isDismissed property

bool get isDismissed

用户是否点击了外部/按 Escape 关闭面板(未做出明确选择)。

Implementation

bool get isDismissed => this is MySelectorDismissed<T>;