menu
flutter_weather_bg package
documentation
utils/print_utils.dart
WeatherPrint typedef
WeatherPrint typedef
dark_mode
light_mode
WeatherPrint
typedef
WeatherPrint
=
void Function
(
String
message
, {
String
?
tag
,
int
?
wrapWidth
})
定义打印函数
Implementation
typedef WeatherPrint = void Function(String message, {int? wrapWidth, String? tag});
flutter_weather_bg package
documentation
utils/print_utils
WeatherPrint typedef
print_utils library