TextSchema constructor
const
TextSchema({})
Implementation
const TextSchema({
Key? key,
required this.data,
required this.textStyle,
required this.alignment,
required this.textAlign,
required this.interactiveTrigger,
required this.interactiveType,
required this.interactiveData,
});