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 .
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 .