minimumPhotoLimitLabel method

  1. @override
String minimumPhotoLimitLabel(
  1. int number
)
override

The label used for the maximum quantity limit in the photo pickers.

Implementation

@override
String minimumPhotoLimitLabel(int number) => '请至少选择$number张图片';