AccountUpdateColor constructor
const
AccountUpdateColor({
- required bool forProfile,
- PeerColorBase? color,
Account Update Color constructor.
Implementation
const AccountUpdateColor({required this.forProfile, this.color}) : super._();