Resolves #80: Card without title
This commit is contained in:
parent
b89b5dfb98
commit
571778fbd4
@ -385,7 +385,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
|
|||||||
|
|
||||||
Widget _buildCardHeader(String name) {
|
Widget _buildCardHeader(String name) {
|
||||||
var result;
|
var result;
|
||||||
if (name.length > 0) {
|
if (name.trim().length > 0) {
|
||||||
result = new ListTile(
|
result = new ListTile(
|
||||||
//leading: const Icon(Icons.device_hub),
|
//leading: const Icon(Icons.device_hub),
|
||||||
//subtitle: Text(".."),
|
//subtitle: Text(".."),
|
||||||
|
Reference in New Issue
Block a user