CupStickerSize constructor

const CupStickerSize({
  1. required String key,
  2. required double widthMm,
  3. required double heightMm,
})

Implementation

const CupStickerSize({
  required this.key,
  required this.widthMm,
  required this.heightMm,
});