NsgShowAppVersion constructor

const NsgShowAppVersion({
  1. Key? key,
  2. Color? color,
})

Implementation

const NsgShowAppVersion({Key? key, this.color}) : super(key: key);