menu
fastyle_dart package
documentation
logic/models/notification_center_options.model.dart
FastNotificationCenterOptions
FastNotificationCenterOptions const constructor
FastNotificationCenterOptions const constructor
dark_mode
light_mode
FastNotificationCenterOptions
constructor
const
FastNotificationCenterOptions
(
{
Widget
?
leadingIcon
,
Color
?
iconColor
,
double
?
iconSize
,
})
Implementation
const FastNotificationCenterOptions({ this.leadingIcon, this.iconColor, this.iconSize, });
fastyle_dart package
documentation
logic/models/notification_center_options.model
FastNotificationCenterOptions
FastNotificationCenterOptions const constructor
FastNotificationCenterOptions class