fade property
Text
get
fade
Sets overflow behavior to fade (overflowing text fades out)
Implementation
Text get fade => _copyWith(overflow: TextOverflow.fade);
Sets overflow behavior to fade (overflowing text fades out)
Text get fade => _copyWith(overflow: TextOverflow.fade);