ffNoDataWidget static method
空数据
Implementation
static Widget? ffNoDataWidget(BuildContext context) {
return FFTextButton(
text: "我是空数据",
);
}
空数据
static Widget? ffNoDataWidget(BuildContext context) {
return FFTextButton(
text: "我是空数据",
);
}