AboutClient constructor
const
AboutClient({
- Key? key,
- required ClientApp app,
Implementation
const AboutClient({Key? key, required this.app}) : super(key: key);
const AboutClient({Key? key, required this.app}) : super(key: key);