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