GiantToadPixelPanel constructor

const GiantToadPixelPanel({
  1. required Widget child,
  2. Key? key,
  3. EdgeInsetsGeometry? padding,
})

Implementation

const GiantToadPixelPanel({required this.child, super.key, this.padding});