Resolves #121 Markdown card support

This commit is contained in:
Yegor Vialov
2019-01-23 23:34:45 +02:00
parent be5ea55f6b
commit 1c8f770f10
9 changed files with 54 additions and 14 deletions

View File

@ -14,7 +14,7 @@ class CardHeaderWidget extends StatelessWidget {
title: Text("$name",
textAlign: TextAlign.left,
overflow: TextOverflow.ellipsis,
style: new TextStyle(fontWeight: FontWeight.bold, fontSize: Sizes.largeFontSize)),
style: new TextStyle(fontSize: Sizes.mediumFontSize)),
);
} else {
result = new Container(width: 0.0, height: 0.0);