AsTextViewState constructor

AsTextViewState({
  1. String? text,
  2. double? fsize,
  3. bool? isbold,
  4. Color? color,
  5. Color? backgroundColor,
})

Implementation

AsTextViewState( { this.text, this.fsize, this.isbold, this.color, this.backgroundColor } );