mounted property

bool mounted

Implementation

bool get mounted =>
    _dependenceTree.isNotEmpty || handle != null && handle!.mounted;