PixelApp constructor
const
PixelApp({
- Key? key,
- required List<
PixelGroup> groups, - String title = 'Pixel Preview',
Implementation
const PixelApp({
super.key,
required this.groups,
this.title = 'Pixel Preview',
});