MirrorLabels constructor

MirrorLabels({
  1. required Mirror mirror,
})

Implementation

MirrorLabels({
  required this.mirror,
});