FloatingData class
@name:floating_data @package: @author:345 QQ:1831712732 @time:2022/02/10 17:35 @des:悬浮窗数据记录
Constructors
- FloatingData(FloatingSlideType slideType, {double? left, double? top, double? right, double? bottom})
Properties
- bottom ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- left ↔ double?
-
getter/setter pair
- right ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slideType ↔ FloatingSlideType
-
getter/setter pair
- top ↔ double?
-
getter/setter pair
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