menu
flutter_stack_toast package
documentation
flutter_stack_toast.dart
StackToastConfig
setBoxShadow method
setBoxShadow method
dark_mode
light_mode
setBoxShadow
method
StackToastConfig
setBoxShadow
(
BoxShadow
boxShadow
)
Implementation
StackToastConfig setBoxShadow(BoxShadow boxShadow) { _boxShadow = boxShadow; return this; }
flutter_stack_toast package
documentation
flutter_stack_toast
StackToastConfig
setBoxShadow method
StackToastConfig class