AddListButton constructor
const
AddListButton({})
Implementation
const AddListButton({
Key? key,
required this.onPress,
required this.title,
this.borderSideColor,
this.backgroundColor,
}) : super(key: key);
const AddListButton({
Key? key,
required this.onPress,
required this.title,
this.borderSideColor,
this.backgroundColor,
}) : super(key: key);