sizeString property

String get sizeString

format size

Implementation

String get sizeString => humanReadableSize(stat.size).padLeft(6);