styleSheetTheme property

MarkdownStyleSheetBaseTheme? styleSheetTheme
final

Enum to specify which theme being used when creating MarkdownStyleSheet

material - create MarkdownStyleSheet based on MaterialTheme cupertino - create MarkdownStyleSheet based on CupertinoTheme platform - create MarkdownStyleSheet based on the Platform where the is running on. Material on Android and Cupertino on iOS

Implementation

final MarkdownStyleSheetBaseTheme? styleSheetTheme;