FormTextBlock constructor
FormTextBlock({})
Creates a FormTextBlock Object
Implementation
FormTextBlock({
required this.id,
required this.pageId,
required this.positionOnPage,
required this.text,
required this.type,
required this.style,
});