SettingsRowConfiguration constructor

const SettingsRowConfiguration({
  1. bool showTitleLeft = true,
  2. bool showTopTitle = false,
  3. bool showAsTextField = false,
  4. bool showAsSingleSetting = false,
})

Configures the general look and feel of the settings row

Implementation

const SettingsRowConfiguration({
  this.showTitleLeft = true,
  this.showTopTitle = false,
  this.showAsTextField = false,
  this.showAsSingleSetting = false,
});