本页面Rect 对象类型Rect 接受数字像素值来描述如何扩展一个矩形区域。这些值被添加到原始区域的大小中以扩展它。 示例 js{ bottom: 20, left: null, right: undefined, top: 50} 键和值 bottom 类型必需数字,null,undefined否 left 类型必需数字,null,undefined否 right 类型必需数字,null,undefined否 top 类型必需数字,null,undefined否 使用方 Image Pressable Text TouchableWithoutFeedback