WIP
This commit is contained in:
parent
d503554a79
commit
1ee95b3fa3
|
@ -157,9 +157,9 @@ class _CardItemTemplateComponentWidgetState
|
|||
children: _generateStatus(),
|
||||
),
|
||||
]
|
||||
.addToEnd(const Flexible(child: SizedBox(height: 5)))
|
||||
.divide(const Flexible(child: SizedBox(height: 1)))
|
||||
.addToStart(const Flexible(child: SizedBox(height: 5))),
|
||||
.addToEnd(const SizedBox(height: 5))
|
||||
.divide(const SizedBox(height: 1))
|
||||
.addToStart(const SizedBox(height: 5)),
|
||||
),
|
||||
),
|
||||
_generateImage(),
|
||||
|
@ -185,10 +185,10 @@ class _CardItemTemplateComponentWidgetState
|
|||
runSpacing: 4,
|
||||
children: _generateStatus(),
|
||||
),
|
||||
].divide(const Flexible(child: SizedBox(height: 5))),
|
||||
].divide(const SizedBox(height: 5)),
|
||||
),
|
||||
),
|
||||
].divide(const Flexible(child: SizedBox(height: 5))),
|
||||
].divide(const SizedBox(height: 5)),
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue