menu
arcane_jaspr package
documentation
core/props/settings_section_props.dart
SettingsInfoRowProps
SettingsInfoRowProps.new const constructor
SettingsInfoRowProps.new const constructor
dark_mode
light_mode
SettingsInfoRowProps
constructor
const
SettingsInfoRowProps
(
{
required
String
label
,
required
String
value
,
bool
monospace
=
false
,
})
Implementation
const SettingsInfoRowProps({ required this.label, required this.value, this.monospace = false, });
arcane_jaspr package
documentation
core/props/settings_section_props
SettingsInfoRowProps
SettingsInfoRowProps.new const constructor
SettingsInfoRowProps class