main function
void
main()
Entry point of the example application.
Runs the MyApp widget which demonstrates how to use
the WheelPicker from the scroll_wheel_selector package.
Implementation
void main() {
runApp(const MyApp());
}