UnknowWidgetTraitException.forDescendant constructor
Creates an instance of UnknowWidgetTraitException with additional information regarding a descendant.
Implementation
UnknowWidgetTraitException.forDescendant(
String traitId, {
required String descendantId,
}) : super('The descendant \'$descendantId\' of trait \'$traitId\' '
'was not found.');