menu
tock_flutter_kit package
documentation
components/url_button.dart
UrlButton
UrlButton.new const constructor
UrlButton.new const constructor
dark_mode
light_mode
UrlButton
constructor
const
UrlButton
(
{
required
Key
key
,
required
String
text
,
required
String
url
,
})
Implementation
const UrlButton({ required Key key, required this.text, required this.url, }) : super(key: key);
tock_flutter_kit package
documentation
components/url_button
UrlButton
UrlButton.new const constructor
UrlButton class