FontSettingButtons constructor

const FontSettingButtons({
  1. bool fontName = true,
  2. bool fontSize = true,
  3. bool fontSizeUnit = true,
})

Implementation

const FontSettingButtons({
  this.fontName = true,
  this.fontSize = true,
  this.fontSizeUnit = true,
});