OverlayHandleOptions class
Options for overlay editing handles.
Constructors
- OverlayHandleOptions({double size = 20.0, Color color = const Color(0xFFFFFFFF), Color borderColor = const Color(0xFF2196F3), double borderWidth = 2.0, Color activeColor = const Color(0xFF2196F3), Color activeBorderColor = const Color(0xFFFFFFFF), double activeBorderWidth = 2.0, Color connectorColor = const Color(0xE62196F3), double connectorWidth = 1.5, double touchSizeFactor = 1.5})
-
const
Properties
- activeBorderColor → Color
-
Border color when active/dragging.
final
- activeBorderWidth → double
-
Border width when active/dragging.
final
- activeColor → Color
-
Fill color when active/dragging.
final
- borderColor → Color
-
Border color of the handle.
final
- borderWidth → double
-
Border width of the handle.
final
- color → Color
-
Fill color of the handle.
final
- connectorColor → Color
-
Color for connector lines between handles.
final
- connectorWidth → double
-
Width for connector lines.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
Size of the handle.
final
- touchSizeFactor → double
-
Factor to increase touch area.
final
Methods
-
copyWith(
{double? size, Color? color, Color? borderColor, double? borderWidth, Color? activeColor, Color? activeBorderColor, double? activeBorderWidth, Color? connectorColor, double? connectorWidth, double? touchSizeFactor}) → OverlayHandleOptions -
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.
override