AFTextBuilder constructor

AFTextBuilder({
  1. required AFFundamentalThemeState theme,
  2. AFWidgetID? wid,
  3. TextStyle? style,
})

Implementation

AFTextBuilder({
  required this.theme,
  this.wid,
  this.style
});