Skip to content

Commit

Permalink
fix: Truncated button text #4240 (#4677)
Browse files Browse the repository at this point in the history
* c1

* c1

* c1

* c2

* c2

* c2
  • Loading branch information
malik-vishu authored Oct 2, 2023
1 parent 6fb5e18 commit 6820165
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ class SmoothLargeButtonWithIcon extends StatelessWidget {
child: AutoSizeText(
text,
maxLines: 2,
minFontSize: 10,
textAlign: textAlign,
style: style,
overflow: TextOverflow.ellipsis,
),
),
const Spacer(),
Expand Down

0 comments on commit 6820165

Please sign in to comment.