menu
remix package
documentation
remix.dart
TextFieldStyler
shadows method
shadows method
dark_mode
light_mode
shadows
method
TextFieldStyler
shadows
(
List
<
BoxShadowMix
>
value
)
Implementation
TextFieldStyler shadows(List<BoxShadowMix> value) { return container(BoxStyler().shadows(value)); }
remix package
documentation
remix
TextFieldStyler
shadows method
TextFieldStyler class