Slide 33
Slide 33 text
Modifiers
● Are used to modify the composable UI elements for example adding margin,
padding or defining the width and height.
● Available modifiers are:background(), clickable, scrollable, draggable,
swipeable, width(), height(), size(), padding() . . . . .