ButtonDefault constructor
const
ButtonDefault({})
Implementation
const ButtonDefault({
super.key,
required this.title,
required this.onPressed,
this.width = double.infinity,
this.margin = const EdgeInsets.all(0),
this.color,
this.elevation = 3,
this.isLoading = false,
this.isEnabled = true,
this.iconData,
this.iconDataPrefixPosition = false,
});