MacNotchUiPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- MacNotchUiPlatform
- Implementers
Constructors
- MacNotchUiPlatform()
- Constructs a MacNotchUiPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onHoverZone
→ Stream<
bool> -
Stream of hover zone events.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
animateWindowSize(
double width, double height, {double radius = 10, double duration = 0.5}) → Future< void> - Animates the window size.
-
enableNotchMode(
{double width = 130, double height = 30, double blurIntensity = 1.0}) → Future< void> - Enables the notch mode with specified parameters.
-
getPlatformVersion(
) → Future< String?> - Returns the platform version.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBlurIntensity(
double amount) → Future< void> - Sets the blur intensity.
- Sets visibility in screenshares.
-
setWindowSize(
double width, double height, {double radius = 10}) → Future< void> - Sets the window size.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ MacNotchUiPlatform
-
The default instance of MacNotchUiPlatform to use.
getter/setter pair