menu
tdlib2 package
documentation
td_api.dart
BackgroundFillSolidExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
BackgroundFillSolid
copyWith
(
{
int
?
color
,
})
Implementation
BackgroundFillSolid copyWith({int? color}) => BackgroundFillSolid(color: color ?? this.color);
tdlib2 package
documentation
td_api
BackgroundFillSolidExtensions
copyWith method
BackgroundFillSolidExtensions extension on
BackgroundFillSolid