AssetsButton constructor
const
AssetsButton({
- Key? key,
- BaseButtonSize size = BaseButtonSize.regular,
- bool iconOnly = false,
- bool iconOnRight = false,
- bool disabled = false,
Implementation
const AssetsButton({
super.key,
this.size = BaseButtonSize.regular,
this.iconOnly = false,
this.iconOnRight = false,
this.disabled = false,
});