ImageTable constructor

const ImageTable({
  1. Key? key,
  2. required RoomClient client,
  3. required void onRun(
    1. ExecSession run
    ),
})

Implementation

const ImageTable({super.key, required this.client, required this.onRun});