create method

String create(
  1. String loading
)

Implementation

String create(String loading) {
  return label(loading).join('\n');
}