fontType property
type of check font
Implementation
TextFieldWrapper? get fontType => document
.fieldByTypeName("FontType")
?.let((field) => TextFieldWrapper(field));
type of check font
TextFieldWrapper? get fontType => document
.fieldByTypeName("FontType")
?.let((field) => TextFieldWrapper(field));