BitcoinButtonPlain constructor
const
BitcoinButtonPlain({})
Implementation
const BitcoinButtonPlain({
Key? key,
required this.title,
this.textStyle,
this.width,
this.height,
this.cornerRadius,
this.tintColor,
this.disabledTintColor,
this.disabled = false,
this.isLoading = false,
this.isCapsule = true,
required this.onPressed,
}) : super(key: key);