Surface class abstract
Here is android only implementation
- Implemented types
Constructors
- Surface()
Properties
-
anchorPoint
↔ Point<
double> -
Anchor shifts the region of the frame that will be rendered on the
surface. Anchor coordinates are within [0; 1] bounds. Position of
frame’s focusPoint will match specified anchorPoint in the surface:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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