menu
vone_ipfs package
documentation
component/empty_view.dart
EmptyView
EmptyView.new constructor
EmptyView.new constructor
dark_mode
light_mode
EmptyView
constructor
EmptyView
(
{
Key
?
key
,
String
?
text
=
'这里是空的哟~'
,
})
Implementation
EmptyView({Key? key, this.text='这里是空的哟~'}) : super(key: key);
vone_ipfs package
documentation
component/empty_view
EmptyView
EmptyView.new constructor
EmptyView class