(customSize: number)
| 418 | }; |
| 419 | |
| 420 | const getExtendedFabDimensions = (customSize: number) => ({ |
| 421 | height: customSize, |
| 422 | paddingHorizontal: 16, |
| 423 | }); |
| 424 | |
| 425 | export const getExtendedFabStyle = ({ |
| 426 | customSize, |
no outgoing calls
no test coverage detected
searching dependent graphs…