BaseState constructor

const BaseState({
  1. bool isShowLoading = false,
})

Implementation

const BaseState({this.isShowLoading = false});