How does Android Studio refactor a stateless widget to a stateful widget
Already have a Stateless widget and want to convert it to a
Stateful one? Just click your Stateless widget class and
press alt + Enter on AS or ctrl + . on VS code to get an
option to convert it to a Statefulwidget!