MCPcopy Create free account
hub / github.com/andrew-levy/jetpack-compose-react-native / size

Method size

src/utils/modifier.ts:18–18  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

16 width(value: number): Modifier;
17 height(value: number): Modifier;
18 size(value: number): Modifier;
19 fillMaxHeight(): Modifier;
20 fillMaxWidth(): Modifier;
21 fillMaxSize(): Modifier;

Callers 2

ModifiersFunction · 0.65
toModifierFunction · 0.65

Implementers 1

ModifierBuildersrc/utils/modifier.ts

Calls

no outgoing calls

Tested by

no test coverage detected