InstanceSelector constructor
const
InstanceSelector({})
Implementation
const InstanceSelector({
required this.instances,
required this.selectedInstance,
required this.onSelected,
super.key,
});
const InstanceSelector({
required this.instances,
required this.selectedInstance,
required this.onSelected,
super.key,
});