Skip to content

Instantly share code, notes, and snippets.

View Mravuri96's full-sized avatar
🤔
̨̞͕ ̨̗͕ ̶̟̝ ̵̨̩ ̶̡̼ ̐͗̊҉͖̝̮ ̫̜̘ ͈͎̘ ̻͔̼ ̴̫̀

Maheshwar Ravuri Mravuri96

🤔
̨̞͕ ̨̗͕ ̶̟̝ ̵̨̩ ̶̡̼ ̐͗̊҉͖̝̮ ̫̜̘ ͈͎̘ ̻͔̼ ̴̫̀
View GitHub Profile
include: package:all_lint_rules_community/all.yaml
analyzer:
exclude:
- "**/*.g.dart"
- "**/*.gen.dart"
- "**/*.freezed.dart"
- "./fvm"
- "test/.test_coverage.dart"
- "bin/cache/**"
- "lib/generated_plugin_registrant.dart"
import 'package:flutter/widgets.dart';
class HorizWheel extends StatefulWidget {
final TextStyle selectTextStyle;
final TextStyle unSelectTextStyle;
final Function(dynamic) onValueChanged;
final List<dynamic> datas;
final int startPosition;
final double itemSize;
final double squeeze;