theme property
If there's no theme provided from the user, use CameraPicker.themeData . 如果用户未提供主题,通过 CameraPicker.themeData 创建。
Implementation
late final ThemeData theme =
pickerConfig.theme ?? CameraPicker.themeData(wechatThemeColor);
If there's no theme provided from the user, use CameraPicker.themeData . 如果用户未提供主题,通过 CameraPicker.themeData 创建。
late final ThemeData theme =
pickerConfig.theme ?? CameraPicker.themeData(wechatThemeColor);