LoadingWithTag constructor

LoadingWithTag({
  1. required bool loading,
  2. String tag = '',
})

Default constructor

Implementation

LoadingWithTag({
  required this.loading,
  this.tag = '',
});