KeepItUp constructor

KeepItUp({
  1. String? color1,
  2. String? color2,
})

Implementation

KeepItUp({
  String? color1,
  String? color2,
}) {
  _color1 = color1;
  _color2 = color2;
}