PositionableWidget constructor
PositionableWidget({})
Implementation
PositionableWidget({
Key? key,
required this.child,
this.edgeAble = false,
this.dragAble = false,
this.indexAble = false,
this.edgeInsets = EdgeInsets.zero,
this.right,
this.left,
this.top,
this.bottom,
}) : super(key: key ?? ValueKey(_index++));