OffSetWidget constructor
const
OffSetWidget({})
Implementation
const OffSetWidget(
{Key? key, this.offset = Offset.zero,
required this.child,
this.direction = Direction.topLeft}) : super(key: key);
const OffSetWidget(
{Key? key, this.offset = Offset.zero,
required this.child,
this.direction = Direction.topLeft}) : super(key: key);