eg. Text("Dr. ${VARIABLE_NAME}"); => Text("VARIABLE_NAME.prefixText("Dr.")");
String prefixText({required String value}) { return '$value$this'; }