RBallView constructor
const
RBallView({
- Key? key,
- required MediaQueryData mediaQueryData,
- required List<
RBallTagData> keywords, - required List<
RBallTagData> highlight, - int maxChar = 5,
- OnTapRBallTagCallback? onTapRBallTagCallback,
- bool isAnimate = true,
- Decoration? decoration,
- bool isShowDecoration = false,
- List<
double> ? centers, - int? radius,
- Color? textColor,
- Color? highLightTextColor,
Implementation
const RBallView({
Key? key,
required this.mediaQueryData,
required this.keywords,
required this.highlight,
this.maxChar = 5,
this.onTapRBallTagCallback,
this.isAnimate = true,
this.decoration,
this.isShowDecoration = false,
this.centers,
this.radius,
this.textColor,
this.highLightTextColor,
}) : super(key: key);