StyledTextActionTag constructor

StyledTextActionTag(
  1. StyledTextTagActionCallback onTap, {
  2. TextStyle? style,
})

Implementation

StyledTextActionTag(
  this.onTap, {
  TextStyle? style,
}) : super(style: style);