wpd_flowers_widget_inside_bottom

/* Add custom code inside the bottom of the Flowers widget */
add_action( 'wpd_flowers_widget_inside_bottom', 'acme_flowers_widget_inside_bottom' );
function acme_flowers_widget_inside_bottom() {
    // Place your custom code here
}