GallerizeInfo constructor
Creates an instance of GallerizeInfo.
Implementation
const GallerizeInfo(
{Key? key, required this.title, required this.description})
: super(key: key);
Creates an instance of GallerizeInfo.
const GallerizeInfo(
{Key? key, required this.title, required this.description})
: super(key: key);