menu
flutter_chen_common package
documentation
toast/src/toast.dart
ComToast
init static method
init static method
dark_mode
light_mode
init
static method
void
init
(
{
ComToastTheme
?
theme
,
})
初始化配置与构建器(可同时传入)
Implementation
static void init({ ComToastTheme? theme, }) { _toastManager.init(theme: theme); }
flutter_chen_common package
documentation
toast/src/toast
ComToast
init static method
ComToast class