PageSubTitleRF constructor

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

Implementation

PageSubTitleRF(this.text, {this.textColor, this.textSize});