Controller typedef
Controller =
RiveWidgetController Function(File file)
A function that builds a controller based on the Rive file.
- The
fileparameter is the Rive file.
Implementation
typedef Controller = RiveWidgetController Function(File file);