PixelGroup class

This allows for organizing components into logical sections within a PixelApp.

Constructors

PixelGroup({required String title, required List<PixelPreview> children})
Creates a new PixelGroup.
const

Properties

children List<PixelPreview>
The list of widgets to display in this group
final
components PixelGroup
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screens PixelGroup
no setter
title String
The title of the group
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited