CDKButtonDisclosure constructor
- Key? key,
- required bool value,
- ValueChanged<
bool> ? onChanged, - double size = 16.0,
Implementation
const CDKButtonDisclosure({
super.key,
required this.value,
this.onChanged,
this.size = 16.0,
});
const CDKButtonDisclosure({
super.key,
required this.value,
this.onChanged,
this.size = 16.0,
});