We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f75188 commit 6e1a35aCopy full SHA for 6e1a35a
tdesign-component/lib/src/components/cell/td_cell.dart
@@ -164,7 +164,7 @@ class _TDCellState extends State<TDCell> {
164
..._buildImage(),
165
Row(
166
mainAxisSize: MainAxisSize.min,
167
- crossAxisAlignment: CrossAxisAlignment.start,
+ crossAxisAlignment: crossAxisAlignment,
168
children: [
169
if (widget.leftIcon != null ||
170
widget.leftIconWidget != null) ...[
0 commit comments