Scaffold.of() called with a context that does not contain a Scaffold As you can see, my button is inside the Scaffold‘s body. But I get this exception: Scaffold.of() called with a context that does not contain a Scaffold. import 'package:flutter/material.dart';... May 14, 2022 0 Comments