InfoBarWidget constructor

const InfoBarWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. required PinState state,
  5. required PinLanguage language,
})

Implementation

const InfoBarWidget({
  super.key,
  this.width,
  this.height,
  required this.state,
  required this.language,
});