textureId property Null safety

int? 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.

Implementation

int? get textureId;