EasyBlock constructor

const EasyBlock({
  1. Key? key,
})

Implementation

const EasyBlock({Key? key}) : super(key: key);