PlutoLayoutContainer constructor

const PlutoLayoutContainer({
  1. Color? backgroundColor,
  2. required Widget child,
  3. Key? key,
})

Implementation

const PlutoLayoutContainer({
  this.backgroundColor,
  required this.child,
  super.key,
});