main function

dynamic main()

Implementation

main() async {
  return buildApp(appHome: NewItemColumnButtons4());
}