CardPage constructor

const CardPage(
  1. {Key? key,
  2. required int id}
)

Implementation

const CardPage({
  super.key,
  required this.id,
});