Skip to content

Instantly share code, notes, and snippets.

View NeoHosseinism's full-sized avatar

Hossein Hosseini NeoHosseinism

View GitHub Profile
@mohammedsalem97
mohammedsalem97 / main.dart
Created February 20, 2020 22:19
ListWheelScrollView Example
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
@lopspower
lopspower / README.md
Last active July 29, 2024 21:03
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store