EasyEmpty constructor
const
EasyEmpty({
- Key? key,
- String? description,
- EasyEmptyType? type = EasyEmptyType.normal,
Implementation
const EasyEmpty({
Key? key,
this.description,
this.type = EasyEmptyType.normal,
}) : super(key: key);