FunctionCard(
{
elevation: cardElevation = 1,
delayLongPress,
onPress,
onLongPress,
onPressOut,
src/components/Card/Card.tsx:140
FunctionCellContent({
children,
textStyle,
maxFontSizeMultiplier,
testID,
}: Pick<
Props,
'children' | 'textStyle' |
src/components/DataTable/DataTableCell.tsx:93
FunctionCheckboxAndroid({
status,
theme: themeOverrides,
disabled,
onPress,
testID,
...rest
}: Props)
src/components/Checkbox/CheckboxAndroid.tsx:56
FunctionCheckboxIOS({
status,
disabled,
onPress,
theme: themeOverrides,
testID,
...rest
}: Props)
src/components/Checkbox/CheckboxIOS.tsx:44
FunctionCheckboxItem({
style,
status,
label,
onPress,
onLongPress,
labelStyle,
theme: themeOverrides,
testID,
mo
src/components/Checkbox/CheckboxItem.tsx:136
FunctionChip({
mode = 'flat',
children,
icon,
avatar,
selected = false,
disabled = false,
background,
acce
src/components/Chip/Chip.tsx:181
FunctionCrossFadeIcon({
color,
size,
source,
theme: themeOverrides,
testID = 'cross-fade-icon',
}: Props)
src/components/CrossFadeIcon.tsx:31
FunctionCustomColor({
name,
color,
index,
uniqKey,
setCustomColor,
deleteCustomColor,
setCustomName,
}: {
name: s
docs/src/components/DynamicColorTheme.tsx:246
FunctionCustomFAB({
animatedValue,
visible,
extended,
label,
animateFrom,
style,
iconMode,
}: CustomFABProps)
example/src/Examples/AnimatedFABExample/CustomFAB.tsx:18
FunctionDataTableCell({
children,
textStyle,
style,
numeric,
maxFontSizeMultiplier,
testID,
...rest
}: Props)
src/components/DataTable/DataTableCell.tsx:67
FunctionDataTablePagination({
label,
accessibilityLabel,
page,
numberOfPages,
onPageChange,
style,
showFastPaginationContro
src/components/DataTable/DataTablePagination.tsx:294
FunctionDataTableRow({
onPress,
style,
children,
pointerEvents,
theme: themeOverrides,
...rest
}: Props)
src/components/DataTable/DataTableRow.tsx:60
FunctionDataTableTitle({
numeric,
children,
onPress,
sortDirection,
textStyle,
style,
theme: themeOverrides,
numberO
src/components/DataTable/DataTableTitle.tsx:83
FunctionDefaultIcon({
name,
color = black,
size,
direction,
allowFontScaling,
testID,
}: IconProps)
src/components/MaterialCommunityIcon.tsx:98
FunctionDialog({
children,
dismissable = true,
dismissableBackButton = dismissable,
onDismiss,
visible = false,
src/components/Dialog/Dialog.tsx:97
FunctionDivider({
leftInset,
horizontalInset = false,
style,
theme: themeOverrides,
bold = false,
...rest
}: Prop
src/components/Divider.tsx:54
FunctionDrawerCollapsedItem({
focusedIcon,
unfocusedIcon,
label,
active,
theme: themeOverrides,
style,
onPress,
disabled,
src/components/Drawer/DrawerCollapsedItem.tsx:98
FunctionDrawerItem({
icon,
label,
active,
disabled,
theme: themeOverrides,
rippleColor: customRippleColor,
style,
src/components/Drawer/DrawerItem.tsx:94
FunctionDrawerSection({
children,
title,
theme: themeOverrides,
style,
showDivider = true,
titleMaxFontSizeMultiplier,
src/components/Drawer/DrawerSection.tsx:66
FunctionFABGroup({
actions,
icon,
open,
onPress,
onLongPress,
toggleStackOnLongPress,
accessibilityLabel,
them
src/components/FAB/FABGroup.tsx:204