Skip to content

Instantly share code, notes, and snippets.

floatingActionButton: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
FloatingActionButton(
onPressed: () => {},
child: Icon(Icons.navigate_before_rounded),
heroTag: "fab1",
),
FloatingActionButton(
onPressed: () => {},
@tomotrepo
tomotrepo / html - styled dropdown
Last active April 23, 2022 16:53 — forked from johnathan-sewell/index.html
Replace an html select element with a more easily styled JavaScript version
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style>
.styled-dropdown {
border: 1px solid #333333;
color: #000000;
cursor: pointer;