isCreated property

bool get isCreated

Whether the platform view has already been created.

Implementation

bool get isCreated => _state == _AndroidViewState.created;