withOffset method
Returns a new instance of NSWindowLevel with a given offset.
Implementation
NSWindowLevel withOffset(int offset) {
return NSWindowLevel._withValues(_base, offset);
}
Returns a new instance of NSWindowLevel with a given offset.
NSWindowLevel withOffset(int offset) {
return NSWindowLevel._withValues(_base, offset);
}