GitStampIcon constructor

const GitStampIcon({
  1. Key? key,
  2. required GitStampNode gitStamp,
})

Implementation

const GitStampIcon({super.key, required this.gitStamp});