AFTextBuilder constructor
AFTextBuilder({
- required AFFundamentalThemeState theme,
- AFWidgetID? wid,
- TextStyle? style,
Implementation
AFTextBuilder({
required this.theme,
this.wid,
this.style
});