InputFeedbackText constructor
const
InputFeedbackText({})
Implementation
const InputFeedbackText({
required Key key,
required this.type,
required this.active,
this.color,
this.icon,
required this.text,
}) : assert(
InputFeedbackType.icon != type || icon != null,
),
super(key: key);