rive package
documentation
rive
StateMachineController
inputs property
inputs
inputs
property
Null safety
Iterable
<
SMIInput
>
inputs
A list of inputs available in the StateMachine.
Implementation
Iterable<SMIInput> get inputs => _inputs;
rive package
documentation
rive
StateMachineController
inputs property
StateMachineController class
Constructors
StateMachineController
Properties
hashCode
inputs
inputValues
isActive
isActiveChanged
layerControllers
onStateChange
runtimeType
stateMachine
Methods
advanceInputs
apply
dispose
findInput
init
noSuchMethod
onActivate
onDeactivate
toString
Operators
operator ==
Static methods
fromArtboard