ContainerTable constructor
const
ContainerTable({
- Key? key,
- required RoomClient client,
- required void onRun(
- ExecSession run
Implementation
const ContainerTable({super.key, required this.client, required this.onRun});