Skip to content

Commit

Permalink
refactor: apply PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-tychon committed Jul 29, 2024
1 parent b60dd55 commit 3f0b569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class PostRepliesActionBar extends StatelessWidget {
Button(
minimumSize: Size(48.0.s, 28.0.s),
borderRadius: BorderRadius.circular(100.0.s),
onPressed: onSendPressed == null ? () {} : onSendPressed!,
onPressed: onSendPressed ?? () {},
leadingIcon: Padding(
padding: EdgeInsets.symmetric(vertical: 4.0.s),
child: Assets.images.icons.iconFeedSendbutton.icon(size: 20.0.s),
Expand Down

0 comments on commit 3f0b569

Please sign in to comment.