⌂
›
Reference
›
TransparentPointer
TransparentPointer
TransparentPointer control. Build it with the transparent_pointer helper.
Example
transparent_pointer(
content: text("TransparentPointer"),
expand: true,
width: 240,
height: 120,
on_animation_end: ->(event) {}
)
Properties
content— The single child control rendered inside this control.
Plus the common layout and animation properties shared by most controls (expand, visible, disabled, opacity, width, height, align, tooltip, animate_*, …).
Events
on_animation_end— Fired when an animation completes.on_size_change— Fired when the control's size changes.
Reference
- Family:
shared - Widget type:
transparentpointer - Helper:
transparent_pointer