AFMaterialApp<AppState> constructor

const AFMaterialApp<AppState>({
  1. Key? key,
})

Construct an app with the specified AFScreenMap

Implementation

const AFMaterialApp({
  Key? key,
}): super(
  key: key,
);