类: TouchBarSpacer
在mac os应用中,为touch bar中的相邻项之间留白
Process: Main
new BrowserView(可选)
实验功能
参数
对象size
String (可选) - 留白大小,可以是:small
- Small space between items. Maps toNSTouchBarItemIdentifierFixedSpaceSmall
. This is the default.large
- Large space between items. Maps toNSTouchBarItemIdentifierFixedSpaceLarge
.flexible
- Take up all available space. Maps toNSTouchBarItemIdentifierFlexibleSpace
.