extensionGeneralLibFlutterSizePhotoSmall method
UncompleteDocumentation
Implementation
Size extensionGeneralLibFlutterSizePhotoSmall() {
final size_procces = (height + width) * .025;
return Size(
size_procces,
size_procces,
);
}
UncompleteDocumentation
Size extensionGeneralLibFlutterSizePhotoSmall() {
final size_procces = (height + width) * .025;
return Size(
size_procces,
size_procces,
);
}