MockApiScreen constructor
const
MockApiScreen({
- Key? key,
Creates a MockApiScreen instance.
key is the key used by Flutter's widget system.
Implementation
const MockApiScreen({super.key});
Creates a MockApiScreen instance.
key is the key used by Flutter's widget system.
const MockApiScreen({super.key});