PerSize constructor

const PerSize({
  1. required String offTag,
})

Implementation

const PerSize({
  required this.offTag,
});