StonePrinterPage constructor

const StonePrinterPage({
  1. Key? key,
  2. required StonePrinterPageParams params,
})

Implementation

const StonePrinterPage({
  super.key,
  required this.params,
});