|
|
@ -245,7 +245,7 @@ class DefaultStyles { |
|
|
|
baseStyle, const Tuple2(0, 0), const Tuple2(0, 0), null), |
|
|
|
baseStyle, const Tuple2(0, 0), const Tuple2(0, 0), null), |
|
|
|
bold: const TextStyle(fontWeight: FontWeight.bold), |
|
|
|
bold: const TextStyle(fontWeight: FontWeight.bold), |
|
|
|
italic: const TextStyle(fontStyle: FontStyle.italic), |
|
|
|
italic: const TextStyle(fontStyle: FontStyle.italic), |
|
|
|
small: const TextStyle(fontSize: 12, color: Colors.black45), |
|
|
|
small: const TextStyle(fontSize: 12), |
|
|
|
underline: const TextStyle(decoration: TextDecoration.underline), |
|
|
|
underline: const TextStyle(decoration: TextDecoration.underline), |
|
|
|
strikeThrough: const TextStyle(decoration: TextDecoration.lineThrough), |
|
|
|
strikeThrough: const TextStyle(decoration: TextDecoration.lineThrough), |
|
|
|
inlineCode: InlineCodeStyle( |
|
|
|
inlineCode: InlineCodeStyle( |
|
|
|