EmptyWidget constructor
const
EmptyWidget({})
Implementation
const EmptyWidget(
{Key? key,
this.tip = '内容为空',
this.tip2 = '',
this.tip3 = '',
this.showIcon = true,
this.tapCallback})
: super(key: key);