FcEmpty constructor
const
FcEmpty({
- Key? key,
- Widget? icon,
- String? title,
- String? content,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
Implementation
const FcEmpty({
Key? key,
this.icon,
this.title,
this.content,
this.padding = EdgeInsets.zero,
}) : super(key: key);