UserNumCopyable constructor

const UserNumCopyable(
  1. UserNum? num, {
  2. Key? key,
  3. bool share = false,
  4. String? label,
})

Implementation

const UserNumCopyable(this.num, {super.key, this.share = false, this.label});