SetComponentLoading constructor

const SetComponentLoading({
  1. required String key,
  2. required bool isLoading,
})

Implementation

const SetComponentLoading({required this.key, required this.isLoading});