PageTitleRF constructor

PageTitleRF(
  1. dynamic text, {
  2. Color? textColor,
  3. Color? borderColor,
  4. double? textSize,
})

Implementation

PageTitleRF(this.text, {this.textColor, this.borderColor, this.textSize});