fadedBorderWidth property

double? fadedBorderWidth
final

Sets width of the faded border. Default is 0.2.

Example:

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

Implementation

final double? fadedBorderWidth;