menu
flutter_compose_ui_modifiers package
documentation
other/m_gradient_text.dart
MGradientText
MGradientText.new constructor
MGradientText.new constructor
dark_mode
light_mode
MGradientText
constructor
MGradientText
(
String
text
, {
List
<
Color
>
?
colors
,
TextStyle
?
style
,
})
Implementation
MGradientText(this.text, {this.colors, this.style});
flutter_compose_ui_modifiers package
documentation
other/m_gradient_text
MGradientText
MGradientText.new constructor
MGradientText class