DefaultPatternMarkup constructor
DefaultPatternMarkup(
- TextStyle style, {
- required String pattern,
- required String tag,
- bool enableLongPress = false,
- bool enableTap = true,
- PlaceholderAlignment? alignment,
- TextBaseline? baseline,
- MouseCursor? cursor,
- String? tooltip,
- int? startCharacter,
- bool caseSensitive = true,
Implementation
DefaultPatternMarkup(
this.style, {
required String pattern,
required String tag,
this.enableLongPress = false,
this.enableTap = true,
this.alignment,
this.baseline,
this.cursor,
this.tooltip,
super.startCharacter,
super.caseSensitive,
}) : super(pattern, tag);