canAddMore property
bool
get
canAddMore
Implementation
bool get canAddMore =>
widget.settings.maxFileCount == null ||
files.length < widget.settings.maxFileCount!;
bool get canAddMore =>
widget.settings.maxFileCount == null ||
files.length < widget.settings.maxFileCount!;