OmegaEmptyWidget constructor

OmegaEmptyWidget({
  1. String message = '',
  2. Color textColor = Colors.grey,
  3. double? bottomMargin,
})

Implementation

OmegaEmptyWidget({
  this.message = '',
  this.textColor = Colors.grey,
  this.bottomMargin,
});