LinkifyLink constructor

LinkifyLink({
  1. required String url,
  2. required int startIndex,
  3. required int endIndex,
})

Implementation

LinkifyLink({
  required this.url,
  required this.startIndex,
  required this.endIndex,
});