BaseExampleWrap constructor
const
BaseExampleWrap({
- Key? key,
- required String title,
- required List<
BaseKeyValue> children, - Color? backgroundColor,
Implementation
const BaseExampleWrap(
{super.key,
required this.title,
required this.children,
this.backgroundColor});