Difference between Flutter MaterialApp and Material widget
Difference between Flutter MaterialApp and Material widget.
MaterialApp is used at the root of your app. It takes a lot of properties like theme, routes, initialRoutes, home....
There must be a MaterialApp in your app.
MaterialApp(
initialRoute: "/introduction",
debugShowCheckedModeBanner: false,
home: AppIntroductionScreen()
)
Material
On the other hand, Material widget is a widget. It has some cool properties like child, shape, type...
Material(
type: MaterialType.transparency,
clipBehavior: Clip.hardEdge,
shape: const CircleBorder(),
child: InkWell(child: child)
)
RN. Bsc.N. STATE SCHOOL OF NURSING, EKU, DELTA STATE. LADOKE AKINTOLA UNIVERSITY, OGBOMOSO, OYO STATE.
2 年Sir please check your Facebook message