AppWidget constructor
const
AppWidget({})
Implementation
const AppWidget({
super.key,
required this.pages,
this.initialBinding,
this.routingCallback,
this.overlayColor,
this.title = 'Conectar',
});
const AppWidget({
super.key,
required this.pages,
this.initialBinding,
this.routingCallback,
this.overlayColor,
this.title = 'Conectar',
});