menu
pretty_widgets package
documentation
pretty_widgets.dart
TextWidgetExtension
shadows method
shadows method
dark_mode
light_mode
shadows
method
Text
shadows
(
List
<
Shadow
>
shadows
)
Implementation
Text shadows(List<Shadow> shadows) { return copyWith( style: style.copyWith(shadows: shadows), ); }
pretty_widgets package
documentation
pretty_widgets
TextWidgetExtension
shadows method
TextWidgetExtension extension on
Text