SpineWidgetController constructor
SpineWidgetController({
- void onInitialized(
- SpineWidgetController controller
- void onBeforeUpdateWorldTransforms(
- SpineWidgetController controller
- void onAfterUpdateWorldTransforms(
- SpineWidgetController controller
- void onBeforePaint(
- SpineWidgetController controller,
- Canvas canvas
- void onAfterPaint(
- SpineWidgetController controller,
- Canvas canvas,
- List<
RenderCommand> commands
Implementation
SpineWidgetController({this.onInitialized, this.onBeforeUpdateWorldTransforms, this.onAfterUpdateWorldTransforms, this.onBeforePaint, this.onAfterPaint});