textureId property

  1. @override
int? textureId
override

Returns the texture entry id that the Android view is rendering into.

Returns null if the Android view has not been successfully created, if it has been disposed, or if the implementation does not use textures.

Implementation

@override
int? get textureId {
  return _internals.textureId;
}