GiantToadPixelPanel constructor
const
GiantToadPixelPanel({
- required Widget child,
- Key? key,
- EdgeInsetsGeometry? padding,
Implementation
const GiantToadPixelPanel({required this.child, super.key, this.padding});