Controller typedef

Controller = RiveWidgetController Function(File file)

A function that builds a controller based on the Rive file.

  • The file parameter is the Rive file.

Implementation

typedef Controller = RiveWidgetController Function(File file);