skip to Main Content

Flutter build method

can someone explain me in details the function of build method in flutter? Why are we using it? If we don't use it what will happen? A. class MyApp extends statelessWidget{ Widget build(BuildCintext context) { return Container ( color: Colors.white,…

VIEW QUESTION
Back To Top
Search