EnvironmentInfo constructor

const EnvironmentInfo({
  1. Key? key,
  2. bool showBaseUrl = false,
  3. bool showDescription = false,
  4. TextStyle? textStyle,
})

Implementation

const EnvironmentInfo({
  super.key,
  this.showBaseUrl = false,
  this.showDescription = false,
  this.textStyle,
});