StyletWeb class final
Flutter Web backend built on the browser Pointer Events API.
- Inheritance
-
- Object
- PlatformInterface
- StyletPlatform
- StyletWeb
Constructors
- StyletWeb()
- Creates a browser backend with runtime feature detection.
Properties
-
events
→ Stream<
StyletEvent> -
Every motion, prediction, correction, body action, device, and pad event.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCapabilities(
) → Future< StylusCapabilities> -
Returns every feature this backend can potentially expose.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setTabletPadOverrideEnabled(
{required bool enabled}) → Future< bool> -
Enables or releases vendor-driver ownership of tablet-pad controls.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void - Registers the browser backend before the Flutter application starts.