AppVersion constructor

const AppVersion({
  1. Key? key,
  2. TextStyle? textStyle,
})

Implementation

const AppVersion({super.key, this.textStyle});