menu
jaspr package
documentation
ui.dart
Link
Link const constructor
Link const constructor
dark_mode
light_mode
Link
constructor
const
Link
(
{
Key
?
key
,
required
Uri
url
,
bool
openInNewTab
=
false
,
required
List
<
Component
>
children
,
})
Implementation
const Link({ super.key, required this.url, this.openInNewTab = false, required this.children, });
jaspr package
documentation
ui
Link
Link const constructor
Link class