MessageAndIndicator constructor
const
MessageAndIndicator({})
Implementation
const MessageAndIndicator({
required this.message,
required this.indicator,
this.textStyle,
this.textAlign,
this.verticalGap,
this.visualDensity,
this.foregroundColor,
super.key,
});