menu
utilities_framework_flutter package
documentation
utilities.dart
AppleNotificationSound
AppleNotificationSound.new const constructor
AppleNotificationSound.new const constructor
dark_mode
light_mode
AppleNotificationSound
constructor
const
AppleNotificationSound
(
{
bool
critical
=
false
,
String
?
name
,
num
volume
=
0
,
})
Implementation
const AppleNotificationSound({ this.critical = false, this.name, this.volume = 0, });
utilities_framework_flutter package
documentation
utilities
AppleNotificationSound
AppleNotificationSound.new const constructor
AppleNotificationSound class