CustomPosition.bottomRight constructor
Create a position anchored to the bottom-right with offsets
Implementation
const CustomPosition.bottomRight(
{double bottomOffset = 0, double rightOffset = 0,})
: bottom = bottomOffset,
right = rightOffset,
top = null,
left = null;