BloomView class
Metadata annotation declaring a native platform view (e.g. Camera preview, Map, AR view).
Links the Dart widget wrapper to the host platform view factory registered under name.
Example:
@BloomView(name: 'BloomCameraView')
class CameraPreviewWidget extends StatelessWidget { ... }
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited