Dynamic constructor
Dynamic({
- required DynamicType type,
- String? customText,
- bool isHairpin = false,
- double? length,
Implementation
Dynamic({
required this.type,
this.customText,
this.isHairpin = false,
this.length,
});