menu
rush_sdk package
documentation
widget/text.dart
RTGradientText
RTGradientText.new const constructor
RTGradientText.new const constructor
dark_mode
light_mode
RTGradientText
constructor
const
RTGradientText
(
String
text
, {
Key
?
key
,
required
Gradient
gradient
,
TextStyle
?
style
,
})
Implementation
const RTGradientText( this.text, { super.key, required this.gradient, this.style, });
rush_sdk package
documentation
widget/text
RTGradientText
RTGradientText.new const constructor
RTGradientText class