TargetModel constructor
TargetModel({
- required String text,
- List<
MatchOption> matchOptions = const [], - required TextStyle style,
- void onTap()?,
Implementation
TargetModel({
required this.text,
this.matchOptions = const [],
required this.style,
this.onTap,
});