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