AssetsButton constructor

const AssetsButton({
  1. Key? key,
  2. BaseButtonSize size = BaseButtonSize.regular,
  3. bool iconOnly = false,
  4. bool iconOnRight = false,
  5. bool disabled = false,
})

Implementation

const AssetsButton({
  super.key,
  this.size = BaseButtonSize.regular,
  this.iconOnly = false,
  this.iconOnRight = false,
  this.disabled = false,
});