trext 1.0.0
trext: ^1.0.0 copied to clipboard
High level Text widget for Flutter for easy and simple use.
#Trext
High level Text widget for Flutter for easy and simple use.
Features #
Use
Getting started #
Copy and paste the following in your pubsec.yaml:
trext: 1.0.0
and run flutter pub get
Usage #
import Trext as
import 'package:trext/trext.dart';
Trext(
'Hello world!',
bold: true,
color: Colors.blueAccent,
),
Additional information #
For more info, check the example or Trext's parameters.