NegativeOutlineButton constructor
const
NegativeOutlineButton({
- Key? key,
- required dynamic text,
- required VoidCallback onPress,
Implementation
const NegativeOutlineButton(
{Key? key, required this.text, required this.onPress})
: super(key: key);