本页目录Rect 对象类型Rect 接受数值像素值来描述矩形区域扩展的距离。这些值会加到原始区域尺寸上来扩展它。 示例 js{ bottom: 20, left: null, right: undefined, top: 50} 键和值 bottom 类型必需number, null, undefined否 left 类型必需number, null, undefined否 right 类型必需number, null, undefined否 top 类型必需number, null, undefined否 用于 Image Pressable Text TouchableWithoutFeedback