updateTopTextColor method

void updateTopTextColor(
  1. String text
)

Updates bubble topTextColor

Implementation

void updateTopTextColor(String text) => !_isOpen
    ? throw Exception('Bubble not running')
    : _platform.invokeMethod('updateBubbleTitleColor', text);