childTextBuilder method
Implementation
AFTextBuilder childTextBuilder({
  AFWidgetID? wid,
  dynamic style,
}) {
  return AFTextBuilder(
    theme: fundamentals,
    wid: wid,
    style: style
  );
}AFTextBuilder childTextBuilder({
  AFWidgetID? wid,
  dynamic style,
}) {
  return AFTextBuilder(
    theme: fundamentals,
    wid: wid,
    style: style
  );
}