AddTorrentActionButton constructor

const AddTorrentActionButton({
  1. Key? key,
  2. bool isFloatingButton = false,
})

Button to give possibility to add a torrent by giving the URL of it It will open a dialog asking for the URL of the torrent set isFloatingButton to true if you want to have floating button look like, default to false

Implementation

const AddTorrentActionButton({Key? key, this.isFloatingButton = false})
    : super(key: key);