copyWith method
Implementation
AttachmentMenuBotColor copyWith({
int? lightColor,
int? darkColor,
}) =>
AttachmentMenuBotColor(
lightColor: lightColor ?? this.lightColor,
darkColor: darkColor ?? this.darkColor,
);
AttachmentMenuBotColor copyWith({
int? lightColor,
int? darkColor,
}) =>
AttachmentMenuBotColor(
lightColor: lightColor ?? this.lightColor,
darkColor: darkColor ?? this.darkColor,
);