@@ -60,7 +60,7 @@ class _ContainerPageState extends State<ContainerPage> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Consumer<ContainerProvider>(
|
||||
builder: (_, ___, __) {
|
||||
builder: (_, _, _) {
|
||||
return Scaffold(
|
||||
appBar: CustomAppBar(
|
||||
centerTitle: true,
|
||||
|
||||
Reference in New Issue
Block a user