DirectTextAppbar constructor

DirectTextAppbar({
  1. String? data,
  2. String? keyValue,
  3. double? size,
  4. Color? color,
  5. FontWeight? fontWeight,
  6. FontFamily? fontFamily,
})

Implementation

DirectTextAppbar(
    {this.data,
    this.keyValue,
    this.size,
    this.color,
    this.fontWeight,
    this.fontFamily});