menu
tosspayments_widget_sdk_flutter package
documentation
widgets/widget_container.dart
WidgetContainerState
updateHeight method
updateHeight method
dark_mode
light_mode
updateHeight
method
void
updateHeight
(
double
height
)
Implementation
void updateHeight(double height) { setState(() { _height = height; }); }
tosspayments_widget_sdk_flutter package
documentation
widgets/widget_container
WidgetContainerState
updateHeight method
WidgetContainerState class