FullImg constructor

const FullImg({
  1. Key? key,
  2. required ImageItem<Object> item,
  3. int quarterTurns = 0,
})

Implementation

const FullImg({
  super.key,
  required this.item,
  this.quarterTurns = 0,
});