textureId property Null safety
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;
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;