gullaa_text_widget 0.0.1
gullaa_text_widget: ^0.0.1 copied to clipboard
A package for custom text widgets with Google Fonts.
A package for custom text widgets with Google Fonts.
Features #
Add some text widget such as text, text link, text with color gradient, selectable text
Getting started #
dependencies:
gullaa_text_widget: ^0.0.1
Usage #
import 'package:your_package_name/text_widget.dart';
TextWidget(
title: "Example Text",
size: 16.0,
color: Colors.black,
weight: FontWeight.normal,
);