textureId property
Returns the texture entry id that the Android view is rendering into.
Returns null if the Android view has not been successfully created, or if it has been disposed.
Implementation
int get textureId => _textureId;
Returns the texture entry id that the Android view is rendering into.
Returns null if the Android view has not been successfully created, or if it has been disposed.
int get textureId => _textureId;