InteractiveMarker constructor
const
InteractiveMarker({})
Implementation
const InteractiveMarker({
required super.point,
required super.child,
super.key,
super.width = 30,
super.height = 30,
super.alignment,
super.rotate,
this.hidden = false,
this.options = const [],
});