TDKFullContent constructor

const TDKFullContent({
  1. Key? key,
  2. String? content,
})

Implementation

const TDKFullContent({Key? key, this.content}) : super(key: key);