isShow property

bool get isShow

当前Toast是否正在显示

Implementation

static bool get isShow => _instance._container != null;