TDEmpty constructor
const
TDEmpty({
- TDEmptyType type = TDEmptyType.plain,
- Widget? image,
- String? emptyText,
- String? operationText,
- TDTapEvent? onTapEvent,
- Key? key,
Implementation
const TDEmpty(
{this.type = TDEmptyType.plain,
this.image,
this.emptyText,
this.operationText,
this.onTapEvent,
Key? key})
: super(key: key);