CDKUtilDisclosure constructor
- Key? key,
- required Widget title,
- required Widget child,
- ValueChanged<
bool> ? onChanged,
Implementation
const CDKUtilDisclosure({
super.key,
required this.title,
required this.child,
this.onChanged,
});
const CDKUtilDisclosure({
super.key,
required this.title,
required this.child,
this.onChanged,
});