LinkText constructor
const
LinkText(
- String? data,
- RoutePath<
RouteArguments> routePath, { - Key? key,
Implementation
const LinkText(
this.data,
this.routePath, {
Key? key,
}) : super(key: key);