AFComponentStates constructor
const
AFComponentStates({
- required Map<
String, AFComponentState> states,
Implementation
const AFComponentStates({
required this.states
});