Component - Modifier basics (padding, size, clickable)
This UI component shows a simple box with padding, a fixed size, and a clickable behavior. It demonstrates how to add space inside the box, set its width and height, and respond to taps.
This UI component shows a simple box with padding, a fixed size, and a clickable behavior. It demonstrates how to add space inside the box, set its width and height, and respond to taps.
Box
└── Modifier (padding, size, clickable)
└── Text