DescriptionElement constructor

DescriptionElement({
  1. required String text,
})

Create new DescriptionElement.

Implementation

DescriptionElement({required this.text});