spacing function

dynamic spacing({
  1. double? value,
})

Implementation

spacing({double? value}) => EdgeInsets.all(value ?? 10);