AboutClient constructor

const AboutClient({
  1. Key? key,
  2. required ClientApp app,
})

Implementation

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