LoadingState constructor

const LoadingState({
  1. required bool isLoading,
})

Implementation

const LoadingState({required this.isLoading});