ComposeTargetId.custom constructor
const
ComposeTargetId.custom(
- WidgetLocator customLocator, {
- String? traitId,
- int? elementIndex,
Creates an instance of ComposeTargetId with a custom locator function.
Implementation
const ComposeTargetId.custom(
WidgetLocator customLocator, {
this.traitId,
int? elementIndex,
}) : super.custom(customLocator, elementIndex: elementIndex);