nativePointerAddress property

int? get nativePointerAddress

Get the native pointer address for this focus manager. Used internally for sharing focus managers across FFI boundaries. Returns null on platforms that don't support this (e.g., web).

Implementation

int? get nativePointerAddress;