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