HanView constructor

const HanView({
  1. Key? key,
  2. required HanType type,
})

Implementation

const HanView({
  super.key,
  required this.type,
});