isCreated property

bool isCreated

Whether the platform view has already been created.

Implementation

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