maximumPhotoLimitLabel method

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

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

Implementation

@override
String maximumPhotoLimitLabel(int number) => '最多可选择$number张图片';