Popup constructor

Popup({
  1. Key? key,
  2. Color? kColorWhite,
  3. Color? kColorPrimary,
  4. Color? kColorBlack,
})

Implementation

Popup({Key? key, this.kColorWhite, this.kColorPrimary, this.kColorBlack})
    : super(key: key);