PlaceholderChild constructor
const
PlaceholderChild({
- Key? key,
- EdgeInsetsGeometry padding = const EdgeInsets.all(100),
- Widget? child,
- String text = 'There is no data',
Implementation
const PlaceholderChild(
{super.key,
this.padding = const EdgeInsets.all(100),
this.child,
this.text = 'There is no data'});