AFMaterialApp<AppState> constructor
const
AFMaterialApp<AppState> ({
- Key? key,
Construct an app with the specified AFScreenMap
Implementation
const AFMaterialApp({
Key? key,
}): super(
key: key,
);