SettingsInfoRowProps constructor

const SettingsInfoRowProps({
  1. required String label,
  2. required String value,
  3. bool monospace = false,
})

Implementation

const SettingsInfoRowProps({
  required this.label,
  required this.value,
  this.monospace = false,
});