MEEmptyWidget constructor

const MEEmptyWidget({
  1. String? title = 'Tidak ada list Bag.',
  2. String? subTitle,
  3. Key? key,
})

Implementation

const MEEmptyWidget({
  this.title = 'Tidak ada list Bag.',
  this.subTitle,
  Key? key,
}) : super(key: key);