internal void UpdateTextColor(IMaterialEntryRenderer element) => MaterialTextManager.UpdateTextColor(this, element);
 internal void UpdatePlaceholder(IMaterialEntryRenderer element) => MaterialTextManager.UpdatePlaceholder(this, element);
 internal void ApplyTypographyScheme(IFontElement fontElement) =>
 MaterialTextManager.ApplyTypographyScheme(this, fontElement);
 internal void ApplyTheme(IMaterialEntryRenderer element) => MaterialTextManager.ApplyTheme(this, element);
 public MaterialTextField(IMaterialEntryRenderer element, IFontElement fontElement)
 {
     ContainerScheme = new ContainerScheme();
     MaterialTextManager.Init(element, this, fontElement);
 }