LinkText constructor

const LinkText(
  1. String? data,
  2. RoutePath<RouteArguments> routePath, {
  3. Key? key,
})

Implementation

const LinkText(
  this.data,
  this.routePath, {
  super.key,
});