BaseEmptyAction constructor
const
BaseEmptyAction({
- required String text,
- Color? color,
- bool isInverted = false,
- VoidCallback? onPressed,
Implementation
const BaseEmptyAction({
required this.text,
this.color,
this.isInverted = false,
this.onPressed,
});