flutter_easy_faq

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter easy faq

Features #
Prepare your animated faq list easily.
Installation #
Add package to the the pubspec.yaml.
flutter_easy_faq:
copied to clipboard
Import the package.
import 'package:flutter_easy_faq/easy_faq.dart';
copied to clipboard
Usage #
EasyFaq(
question: "question?",
answer: "answer.",
),
copied to clipboard
Properties #
required String question;
required String answer;
TextStyle? questionTextStyle;
TextStyle? anserTextStyle;
Duration? duration = const Duration(milliseconds: 100);
Widget? expandedIcon;
Widget? collapsedIcon;
Color? backgroundColor;
BorderRadiusGeometry? borderRadius;
EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(
horizontal: 16,
vertical: 10,
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.