codeBlockWrapLinesOf static method
Implementation
static bool codeBlockWrapLinesOf(BuildContext context) {
return maybeOf(context)?.codeBlockWrapLines ?? false;
}
static bool codeBlockWrapLinesOf(BuildContext context) {
return maybeOf(context)?.codeBlockWrapLines ?? false;
}