menu
profile_page package
documentation
model/config.dart
Config
Config.new const constructor
Config.new const constructor
dark_mode
light_mode
Config
constructor
const
Config
(
{
bool
readOnlyPhoneNo
=
false
,
bool
readOnlyDob
=
true
,
bool
readOnlyGender
=
false
,
})
Implementation
const Config( {this.readOnlyPhoneNo = false, this.readOnlyDob = true, this.readOnlyGender = false});
profile_page package
documentation
model/config
Config
Config.new const constructor
Config class