Try to split the text into 3 part side by side:
Row(children:[
WavyAnimatedTextKit(
isRepeatingAnimation: false,
text: ["BRO"],
textStyle: TextStyle(
fontSize: 35.0,
fontWeight: FontWeight.w700,
color: Colors.white,
),
),
RotatedBox(
quarterTurns: 2,
child:
WavyAnimatedTextKit(
isRepeatingAnimation: false,
text: ["K"],
textStyle: TextStyle(
fontSize: 35.0,
fontWeight: FontWeight.w700,
color: Colors.white,
),
),
),
WavyAnimatedTextKit(
isRepeatingAnimation: false,
text: ["EN"],
textStyle: TextStyle(
fontSize: 35.0,
fontWeight: FontWeight.w700,
color: Colors.white,
),
),
],),
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…