Function iced::widget::qr_code

source ·
pub fn qr_code<'a, Theme>(data: &'a Data) -> QRCode<'a, Theme>
where Theme: Catalog + 'a,
Available on crate feature qr_code only.
Expand description

Creates a new QRCode widget from the given Data.