factory SimpleOverlayPosition.topRight({ double? top, double? right, }) { return SimpleOverlayPosition( top: top ?? 0, right: right ?? 0, ); }