menu
tdlib2 package
documentation
td_api.dart
BackgroundTypeFillExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
BackgroundTypeFill
copyWith
(
{
BackgroundFill
?
fill
,
})
Implementation
BackgroundTypeFill copyWith({BackgroundFill? fill}) => BackgroundTypeFill(fill: fill ?? this.fill);
tdlib2 package
documentation
td_api
BackgroundTypeFillExtensions
copyWith method
BackgroundTypeFillExtensions extension on
BackgroundTypeFill