SystemFontSelector constructor

const SystemFontSelector({
  1. String? initial,
  2. double width = 200,
  3. bool isFontPreviewEnabled = false,
  4. TextStyle? textStyle,
  5. dynamic onFontSelected(
    1. String
    )?,
  6. Key? key,
})

Implementation

const SystemFontSelector({
  this.initial,
  this.width = 200,
  this.isFontPreviewEnabled = false,
  this.textStyle,
  this.onFontSelected,
  super.key,
});