Skip to content

berkaycatak/flutter_easy_faq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Features

Prepare your animated faq list easily.

Installation

Add package to the the pubspec.yaml.

flutter_easy_faq:

Import the package.

import 'package:flutter_easy_faq/easy_faq.dart';

Usage

EasyFaq(
    question: "question?",
    answer: "answer.",
),

Properties

  required String question;
  required String answer;
  TextStyle? questionTextStyle;
  TextStyle? anserTextStyle;
  Duration? duration = const Duration(milliseconds: 120);
  Widget? expandedIcon;
  Widget? collapsedIcon;
  Color? backgroundColor;
  BorderRadiusGeometry? borderRadius;
  EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(
    horizontal: 16,
    vertical: 10,
  );

About

Prepare your animated faq list easily.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages