1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- id: options-iconInsets
- title: IconInsets Options
- sidebar_label: IconInsets
- ---
-
- ### `top`
-
- Configure top inset
-
- | Type | Required | Platform |
- | ------ | -------- | -------- |
- | number | No | Both |
-
- ### `bottom`
-
- Configure bottom inset
-
- | Type | Required | Platform |
- | ------ | -------- | -------- |
- | number | No | Both |
-
- ### `left`
-
- Configure left inset
-
- | Type | Required | Platform |
- | ------ | -------- | -------- |
- | number | No | Both |
-
- ### `right`
-
- Configure right inset
-
- | Type | Required | Platform |
- | ------ | -------- | -------- |
- | number | No | Both |
|