build() { Row() { Text('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA') .fontSize(50).fontWeight(FontWeight.Bold) .blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN) } .linearGradient( { direction: GradientDirection.Bottom, colors: [[0x000000, 0.0], [0xffffff, 1.0]] }) .blendMode(BlendMode.SRC_OVER, BlendApplyType.OFFSCREEN) }