CustomizationSettings constructor

const CustomizationSettings([
  1. Color mainScheme = const Color.fromARGB(255, 0, 112, 240),
])

Implementation

const CustomizationSettings([this.mainScheme = const Color.fromARGB(255, 0, 112, 240), this.showYooKassaLogo = true]);