menu
mediasfu_sdk package
documentation
types/types.dart
ShowAlertOptions
ShowAlertOptions.new constructor
ShowAlertOptions.new constructor
dark_mode
light_mode
ShowAlertOptions
constructor
ShowAlertOptions
(
{
required
String
message
,
required
String
type
,
int
?
duration
,
})
Implementation
ShowAlertOptions({ required this.message, required this.type, this.duration, });
mediasfu_sdk package
documentation
types/types
ShowAlertOptions
ShowAlertOptions.new constructor
ShowAlertOptions class