ButtonUI constructor
const
ButtonUI({})
Implementation
const ButtonUI({
super.key,
required this.title,
required this.onClick,
this.enabled = true,
this.isLoading = false,
this.margin = 0.0,
});
const ButtonUI({
super.key,
required this.title,
required this.onClick,
this.enabled = true,
this.isLoading = false,
this.margin = 0.0,
});