custom static method

String custom(
  1. String emoji
)

Helper method to create custom symbol with proper spacing

Implementation

static String custom(String emoji) {
  return '  $emoji  ';
}