Idle<StateType> constructor

const Idle<StateType>({
  1. StateType? data,
})

Implementation

const Idle({this.data});