fadedBorder property

bool fadedBorder
final

Fades the text out to the left and right edges of the widget. Default is false.

Example:

TextScroll(
  'This is the sample text for Flutter TextScroll widget. ',
  fadedBorder: true,
)

Implementation

final bool fadedBorder;