BubbleStyleComposite constructor

BubbleStyleComposite(
  1. ChangeNotifier widgetController
)

Creates a bubble style composite attached to widgetController.

Implementation

BubbleStyleComposite(ChangeNotifier widgetController)
    : super(widgetController);