CopyCommands.context constructor
- {required CopyCommandsContainer item,
- required Function onChange,
- required List<
State< state,StatefulWidget> > - Key? key}
Implementation
CopyCommands.context({
required this.item,
required super.onChange,
required this.state,
super.key,
});