q_action 0.0.1
q_action: ^0.0.1 copied to clipboard
QAction, easier anction with a question.
QAction is a simple package that lets you write an action link that comes after a question. You can use it to Navigate to a new screen or to a website or whatever you want.
Features #
String question; String actionName; Color questionColor; Color actionNameColor; Function action; TextStyle questionStyle; TextStyle actionNameStyle; double fontSize;
Getting started #
import 'package:q_action/q_action.dart';
Usage #
<%@include file="example/lib/main.dart"%>