childComponentLabel function

String childComponentLabel(
  1. String name
)

Implementation

String childComponentLabel(String name) =>
    name.replaceAllMapped(RegExp(r'(?<=[a-z0-9])(?=[A-Z])'), (m) => ' ');