super is used to call the constructor of the base class . So in your example, the constructor of CardTitle is calling the constructor of StatelessWidget .
What is the use of super in flutter?
super is used to call the constructor of the base class . So in your example, the constructor of CardTitle is calling the constructor of StatelessWidget .