MetaView constructor

const MetaView({
  1. Key? key,
  2. required Meta meta,
})

Implementation

const MetaView({Key? key, required this.meta}) : super(key: key);