Description constructor
Description({
- String? text,
- String? type,
- bool? isBold,
- List<
SubDescription> ? subDescriptions,
Implementation
Description({
this.text,
this.type,
this.isBold,
this.subDescriptions,
});