Skip to content

Commit

Permalink
update 0.0.16 - Code formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham16g committed Jul 9, 2023
1 parent 373f639 commit c7e6cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/multi_image_picker_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class _MultiImagePickerViewState extends State<MultiImagePickerView> {
child: InkWell(
borderRadius: BorderRadius.circular(4),
child: Center(
child: Text( widget.addButtonTitle ?? 'ADD IMAGES',
child: Text(widget.addButtonTitle ?? 'ADD IMAGES',
style: const TextStyle(
color: Colors.blue,
fontWeight: FontWeight.w500,
Expand Down

0 comments on commit c7e6cb6

Please sign in to comment.