Hi, how can I make a `Button` shake when a `TextFi...
# compose
a
Hi, how can I make a
Button
shake when a
TextField
is empty I have the
MutableState<TextFieldValue>
in my context but how do I make the Button shake in my
onClick
function ?