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