ProfileDescription constructor

const ProfileDescription({
  1. Key? key,
  2. String? htmlData,
})

Implementation

const ProfileDescription({
  Key? key,
  this.htmlData,
}) : super(key: key);