toList property

List<StyledTextContent> get toList

Implementation

List<StyledTextContent> get toList {
  return [title, subtitle, text];
}