BaseState constructor

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

Implementation

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