InfoBarWidget constructor
const
InfoBarWidget({
- Key? key,
- double? width,
- double? height,
- required PinState state,
- required PinLanguage language,
Implementation
const InfoBarWidget({
super.key,
this.width,
this.height,
required this.state,
required this.language,
});