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