WindowClassColors constructor

WindowClassColors({
  1. int? textColor,
  2. int? bgColor,
})

Implementation

WindowClassColors({this.textColor, this.bgColor});