TitleProp constructor

TitleProp({
  1. List<Text> content = const <Text>[],
  2. String? name,
})

Main title property constructor.

Can receive a list ot texts as the title content.

Implementation

TitleProp({this.content: const <Text>[], this.name});