fix: bulleted list icon does not center in the columns (#7471)

This commit is contained in:
Lucas 2025-03-06 16:59:58 +08:00 committed by GitHub
parent 3d3f81ad52
commit a062c4aadb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,10 +42,8 @@ class BulletedListIcon extends StatelessWidget {
size: Size.square(size * 0.8),
);
return Container(
constraints: BoxConstraints(
minWidth: size,
minHeight: size,
),
width: size,
height: size,
margin: const EdgeInsets.only(right: 8.0),
alignment: Alignment.center,
child: icon,