# `GSFlowView.contentInsetBottom`

*Instance Property*

Bottom inset applied inside the view’s bounds before layout. Default: 0.

## Declaration

```swift
var contentInsetBottom: CGFloat { get set }
```

```objc
@property (nonatomic, assign) CGFloat contentInsetBottom;
```

```python
contentInsetBottom() -> float
setContentInsetBottom_(contentInsetBottom: float)
```

